Update README.md

pull/3890/head
Julio Montoya 5 years ago committed by GitHub
parent 7cc2b6414f
commit 0c074aad0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      README.md

@ -116,9 +116,9 @@ Get the token:
`curl -k -X POST -H "Content-Type: application/json" https://example.com/api/authentication_token -d '{"username":"admin","password":"admin"}'`
The result should be the something like:
The response should return something like:
{"token":"MyTokenABC"}
`{"token":"MyTokenABC"}`
Go to:
@ -126,7 +126,7 @@ https://example.com/api
Click in "Authorize" and write
Bearer MyTokenABC
`Bearer MyTokenABC`
Then you can make queries using the JWT token.

Loading…
Cancel
Save