Skip to content

Commit

Permalink
Update README include no scope instruction
Browse files Browse the repository at this point in the history
Add mention for how to disable scope "Don't need email and name", and how to modify the sample code to get back `code`

i.e. Change all `$_POST` to `$_GET`
  • Loading branch information
NgSekLong committed Sep 10, 2020
1 parent 754769b commit 1b47b8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ At the time of authoring this documentation, the following scopes are available.
Please note that you will get this informations only at the first log in of the user!
In the following log ins you'll get only the user id!

If you only want to get the user id, you can set the `scope` as ` `, then change all the `$_POST` to `$_GET`.

### Refresh Tokens

Expand Down

0 comments on commit 1b47b8e

Please sign in to comment.