Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user can register / sign in by providing their username (create if it doesn't exist) #31

Open
rorysaur opened this issue Mar 26, 2015 · 4 comments

Comments

@rorysaur
Copy link
Owner

...and messages are stored with the username, and displayed with the user's display name.

we can hold off on requiring a password if it will be a lot more complex.

@satishkunisi
Copy link
Collaborator

I see Firebase provides email & password-based auth out-of-the-box: https://www.firebase.com/docs/web/guide/login/password.html

Does anyone foresee any issues using it? We could roll our own auth of course but that seems overkill since, you know, this project is mainly about React. Thoughts?

@rorysaur
Copy link
Owner Author

we were planning to use firebase auth. go for it.

@jacknoble
Copy link
Collaborator

Firebase is no more. We should roll our own with Phoenix.

@rorysaur
Copy link
Owner Author

✅ add email/password fields to user model
✅ registration UI
🔲 registration backend
🔲 sessions controller
🔲 authenticate on routes; redirect to login
🔲 success/error messages
🔲 stylez

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants