We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1f2de commit e29650bCopy full SHA for e29650b
docs/basic_usage.rst
@@ -33,7 +33,7 @@ We can see this in action using CURL:
33
34
$ curl -H "Authorization: Bearer $ACCESS" http://localhost:5000/protected
35
{
36
- "hello": "world"
+ "hello" from": "test"
37
}
38
39
NOTE: Remember to change the secret key of your application, and insure that no
0 commit comments