From 4cad27399553a74a08fa10741970d0c5e5fb33b6 Mon Sep 17 00:00:00 2001 From: Martin Walsh Date: Tue, 7 Feb 2017 13:10:23 +0000 Subject: [PATCH] Update README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 68faa185e..5fb78bcef 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,16 @@ Scope used for authentication. By default is `openid`. It will return not only t } ``` +#### Connection Scope + +Allows you to set provider scopes for oauth2/social connections. By default is empty. + +```swift +.withOptions { + $0.connectionScope = ["facebook": "user_friends email"] +} +``` + #### Database * **allow**: Which database screens will be accessible, the default is enable all screens e.g. `.Login, .Signup, .ResetPassword`