From 85fe10aa356a4b8fc285c0fc31afec3f2fd1fe5a Mon Sep 17 00:00:00 2001 From: Erik Reyna Date: Fri, 18 May 2018 14:09:04 -0400 Subject: [PATCH] add comma following _scheme value --- 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'],