Skip to content

Commit

Permalink
docs: remove mention of checkCredentials
Browse files Browse the repository at this point in the history
The docs mention `checkCredentials` but it was removed in afda4b2
  • Loading branch information
joehillen committed Apr 29, 2019
1 parent e0bdf6d commit c9cc759
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 c9cc759

Please sign in to comment.