Skip to content

Commit

Permalink
fix(docs): add comma following _scheme value (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikreyna authored and Pooya Parsa committed May 21, 2018
1 parent cda679a commit d993e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/schemes/oauth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
auth: {
strategies: {
social: {
_scheme: 'oauth2'
_scheme: 'oauth2',
authorization_endpoint: 'https://accounts.google.com/o/oauth2/auth',
userinfo_endpoint: 'https://www.googleapis.com/oauth2/v3/userinfo',
scope: ['openid', 'profile', 'email'],
Expand Down

0 comments on commit d993e01

Please sign in to comment.