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

[Backend] As a user, I can login with an email and password #21

Open
liamstevens111 opened this issue Feb 2, 2023 · 0 comments · May be fixed by #35
Open

[Backend] As a user, I can login with an email and password #21

liamstevens111 opened this issue Feb 2, 2023 · 0 comments · May be fixed by #35
Assignees
Labels
0.1.0 feature New feature or request
Milestone

Comments

@liamstevens111
Copy link
Owner

liamstevens111 commented Feb 2, 2023

Why

Required to access authenticated survey pages

Acceptance Criteria

  1. access_token and refresh_token is stored in LocalStorage from successful authentication for future requests
  2. Redirect to survey list page upon success

Design

  1. Create a function to allow storage/retrieval of access and refresh token in LocalStorage
  2. Store client_id and client_secret in environment variables with pre-defined values

Resources

(Optional) Add useful resources such as links to documentation, implementation ideas, or best practices.

@liamstevens111 liamstevens111 added the feature New feature or request label Feb 2, 2023
@liamstevens111 liamstevens111 self-assigned this Feb 2, 2023
@liamstevens111 liamstevens111 moved this from Icebox to Ready for development in React.js Survey project Feb 16, 2023
@liamstevens111 liamstevens111 moved this from Ready for development to In development in React.js Survey project Feb 16, 2023
@liamstevens111 liamstevens111 added this to the 0.1.0 milestone Feb 16, 2023
liamstevens111 added a commit that referenced this issue Feb 17, 2023
liamstevens111 added a commit that referenced this issue Feb 17, 2023
liamstevens111 added a commit that referenced this issue Feb 17, 2023
liamstevens111 added a commit that referenced this issue Feb 20, 2023
liamstevens111 added a commit that referenced this issue Feb 21, 2023
liamstevens111 added a commit that referenced this issue Feb 21, 2023
liamstevens111 added a commit that referenced this issue Feb 21, 2023
liamstevens111 added a commit that referenced this issue Feb 22, 2023
liamstevens111 added a commit that referenced this issue Feb 22, 2023
liamstevens111 added a commit that referenced this issue Feb 22, 2023
liamstevens111 added a commit that referenced this issue Feb 22, 2023
liamstevens111 added a commit that referenced this issue Feb 23, 2023
liamstevens111 added a commit that referenced this issue Feb 23, 2023
@liamstevens111 liamstevens111 moved this from In development to In code review in React.js Survey project Feb 23, 2023
liamstevens111 added a commit that referenced this issue Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.1.0 feature New feature or request
Projects
Status: In code review
Development

Successfully merging a pull request may close this issue.

1 participant