Skip to content

Commit 76ddd09

Browse files
committed
updating readme
1 parent c2b1d6d commit 76ddd09

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,6 @@ Once the app is running and the tables are created, you can seed the database wi
5353
### Running the tests
5454
yarn run test
5555

56-
#### Obtaining a Bearer Token
57-
In order to make requests to the API you will need to send an Authorization header with a bearer token attached, e.g.,
58-
59-
Authorization: Bearer {bearerToken}
60-
61-
To get a valid token you can hit http://localhost:3000/oauth/token with a body including your username, password and the grant_type of password, e.g.
62-
63-
curl -X POST \
64-
http://localhost:3000/oauth/token \
65-
-H 'content-type: application/x-www-form-urlencoded' \
66-
-d 'username=kckolz%40gmail.com&password=password&grant_type=password'
67-
6856
## Contact
6957
Kevin Kolz - kckolz@gmail.com
7058

0 commit comments

Comments
 (0)