Skip to content

Commit

Permalink
update login widget section in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
motyd committed Jan 16, 2019
1 parent f99bc9c commit a29ef44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class delegate : AuthorizationDelegate {
AppID.sharedInstance.loginWidget?.launch(delegate: delegate())
```
**Note**:
* The Login widget default configuration use Facebook and Google as authentication options. If you configure only one of them the login widget will *not* launch and the user is redirected to the configured identity provder authentication screen.
* By default, App ID is configured to use Facebook, Google, and Cloud Directory as identity providers. If you change your identity provider settings to provide only one option, then the Login Widget is not needed and will not display. The user is directed to your chosen identity provider's authentication screen.
* When using Cloud Directory, and "Email verification" is configured to *not* allow users to sign-in without email verification, then the "onAuthorizationSuccess" of the "AuthorizationListener" will be invoked without tokens.


Expand Down

0 comments on commit a29ef44

Please sign in to comment.