Skip to content

Commit

Permalink
Merge pull request #3177 from joehillen/patch-1
Browse files Browse the repository at this point in the history
docs: remove mention of checkCredentials
  • Loading branch information
Gildas Garcia committed Apr 30, 2019
2 parents e0bdf6d + c9cc759 commit 9fa2b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export default (type, params) => {

## Customizing The Login and Logout Components

Using `authProvider` and `checkCredentials` is enough to implement a full-featured authorization system if the authentication relies on a username and password.
Using `authProvider` is enough to implement a full-featured authorization system if the authentication relies on a username and password.

But what if you want to use an email instead of a username? What if you want to use a Single-Sign-On (SSO) with a third-party authentication service? What if you want to use two-factor authentication?

Expand Down

0 comments on commit 9fa2b4f

Please sign in to comment.