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 07a6c5d commit 1169f81Copy full SHA for 1169f81
README.md
@@ -43,7 +43,7 @@ Before testing, we need to create a client:
43
Get your `client_id` and `client_secret` for testing. In this example, we
44
have enabled `password` grant types, let's try:
45
46
- $ curl -u ${client_id}:${client_secret} -XPOST http://127.0.0.1:5000/oauth/token -F grant_type=password -F username=${username} -F password=valid
+ $ curl -u ${client_id}:${client_secret} -XPOST http://127.0.0.1:5000/oauth/token -F grant_type=password -F username=${username} -F password=valid -F scope=profile
47
48
Because this is an example, every user's password is `valid`. For now, you
49
can read the source in example or follow the long boring tutorial below.
0 commit comments