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

Signup #66

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Signup #66

wants to merge 6 commits into from

Conversation

skillitzimberg
Copy link
Contributor

Description

So far we changed the routing so that the initial screen is a page with the option to sign up. Clicking that button routes to /signup. The user can create a user account via Firebase.

Problems:
The person has to have a user token in place to get to this auth view which needs to be addressed. It should be that if there is no token, then the user is directed to sign up or login.

There is no password strength validation yet. It should validate for at least a length of 6 characters.

We need to figure out what happens once a user has signed up. Firebase logs them in. How do we use the user object Firebase returns on sign up to get our user to the point where they can start using the app?

Related Issue

closes #59

Acceptance Criteria

Type of Changes

Type
🐛 Bug fix
✨ New feature
🔨 Refactoring
💯 Add tests
🔗 Update dependencies
📜 Docs

Updates

Before

After

Testing Steps / QA Criteria

skillitzimberg and others added 6 commits December 1, 2020 09:43
We want the shopping list to be routed via `/list`. This commit makes that change.
This button navigates to "/signup" where a sign up form will exist.
We need to validate the user password for strength.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

As a user I would like to sign up for an EggHeaded account using a username and password.
2 participants