From c9cc759d12eed7008fe66a33a8c5a038cd0a9edc Mon Sep 17 00:00:00 2001 From: Joe Hillenbrand Date: Mon, 29 Apr 2019 13:26:27 -0700 Subject: [PATCH] docs: remove mention of checkCredentials The docs mention `checkCredentials` but it was removed in afda4b2d47a667a0b5264539a0819da3008b80c6 --- docs/Authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Authentication.md b/docs/Authentication.md index df4d8325174..a5eb5bf964d 100644 --- a/docs/Authentication.md +++ b/docs/Authentication.md @@ -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?