From d993e018f09f62e8dae6db4a20d17f50b73a628e Mon Sep 17 00:00:00 2001 From: Erik Reyna Date: Mon, 21 May 2018 03:40:43 -0400 Subject: [PATCH] fix(docs): add comma following _scheme value (#189) --- docs/schemes/oauth2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/schemes/oauth2.md b/docs/schemes/oauth2.md index a9b258388..c713fa21f 100644 --- a/docs/schemes/oauth2.md +++ b/docs/schemes/oauth2.md @@ -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'],