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

Password-based User Authentication #35

Closed
1 of 2 tasks
Tracked by #68
oliver-pham opened this issue Jan 16, 2022 · 0 comments · Fixed by #103
Closed
1 of 2 tasks
Tracked by #68

Password-based User Authentication #35

oliver-pham opened this issue Jan 16, 2022 · 0 comments · Fixed by #103
Assignees
Labels
backend difficulty:easy Issue that takes 1 - 3 days feature Feature request priority:medium Issue to be done in the current sprint
Projects
Milestone

Comments

@oliver-pham
Copy link
Collaborator

oliver-pham commented Jan 16, 2022

Is your feature request related to a problem? Please describe.

We should ensure that only account owners can access their own accounts.

Are there any related issues? Please list all of them.

Describe the solution you'd like

There are various methods of authentication (e.g. biometric, multi-factor, token-based), but we should go with password-based authentication for now.

Acceptance criteria

  • Frontend can send a request to sign into an account (e.g. with GraphQL mutation)
  • Frontend should receive user data & session token if authentication succeeds
  • Frontend should receive comprehensive error message if authentication fails (e.g. "Wrong password or email")

Describe alternatives you've considered

N/A

Additional context

@oliver-pham oliver-pham added backend feature Feature request priority:low Default priority when a new issue is created labels Jan 16, 2022
@oliver-pham oliver-pham added this to the Milestone 1 milestone Jan 16, 2022
@oliver-pham oliver-pham added this to Backlog in Seeksi via automation Jan 16, 2022
@oliver-pham oliver-pham moved this from Backlog to To Do in Seeksi Jan 22, 2022
@oliver-pham oliver-pham added difficulty:easy Issue that takes 1 - 3 days priority:medium Issue to be done in the current sprint and removed priority:low Default priority when a new issue is created labels Jan 23, 2022
@oliver-pham oliver-pham moved this from To Do to In progress in Seeksi Jan 23, 2022
Seeksi automation moved this from In progress to Done Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend difficulty:easy Issue that takes 1 - 3 days feature Feature request priority:medium Issue to be done in the current sprint
Projects
Seeksi
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants