From b6c6d433f2da793c0c291225ea34a7b581681e4a Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Fri, 31 Jan 2014 23:59:57 -0500 Subject: [PATCH] Update TODO --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 26ba9c477b..d597125da2 100644 --- a/README.md +++ b/README.md @@ -638,12 +638,6 @@ If you want to see a really cool real-time dashboard check out this [live exampl TODO ---- - Pages that require login, should automatically redirect to last attempted URL on successful sign-in. -- Authentication strategies should handles all edge cases below: - - A user has never used your site before. They have no User model and no Identities either. - - A user is logged out but they have logged into your site with a provider previously. They are now signing in with the same one again. - - Just as above but they are now signing in with a different provider. - - A user is logged in with a provider but they try to login with the same provider again. - - A user is logged in but they try to login with a different provider. Contributing ------------