Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cocojoe committed Feb 7, 2017
1 parent b6af4d7 commit 4cad273
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 4cad273

Please sign in to comment.