From efde6b3163aeab639907862669afe65de727e01b Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Fri, 31 Jan 2014 07:11:39 -0500 Subject: [PATCH] Updated Todo --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8a8b2744b..ba061a507e 100644 --- a/README.md +++ b/README.md @@ -584,10 +584,13 @@ If you want to see a really cool real-time dashboard check out this [live exampl TODO ---- -- Concatenate and minify all assets via Express middleware if possible, otherwise Gulp.js. Because even with caching enabled, there is at least 50-80ms delay for each static file request (On Heroku). - Pages that require login, should automatically redirect to last attempted URL on successful sign-in. -- Merge strategy for combining local + OAuth accounts for the same user - +- 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 ------------ If something is unclear, confusing, or needs to be refactored, please let me know. Pull requests are always welcome, but due to the opinionated nature of this project, I cannot accept every pull request. Please open an issue before submitting a pull request.