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

Post-Login signup page(s) #4

Open
4 tasks
connorlbark opened this issue Feb 7, 2022 · 0 comments
Open
4 tasks

Post-Login signup page(s) #4

connorlbark opened this issue Feb 7, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@connorlbark
Copy link
Collaborator

connorlbark commented Feb 7, 2022

Description

After the user logs in & their credentials are on-device, we need to redirect to a form where we can grab more information about the user. At the very least, we need a username.

Since this is the first ticket which hits REST API endpoints, we should also make the process of making API calls streamlined / generic.

Dependents

Depends on: #1

Spec

  • Redirects after logging in to a signup page iff no account has been created.
  • If the user already has an associated account, either log them in directly (if we decide only one account per email) or let them select which account to log into with a simple view
  • Form hits the signup endpoint & goes to profile if successful.
  • If unsuccessful, displays error. If there is a way to make like an error banner generically for all rest api calls, this is probably a good time to do it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

4 participants