Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

[Story] User registration #5

Open
3 of 5 tasks
halsk opened this issue Feb 12, 2022 · 2 comments
Open
3 of 5 tasks

[Story] User registration #5

halsk opened this issue Feb 12, 2022 · 2 comments

Comments

@halsk
Copy link
Member

halsk commented Feb 12, 2022

Goal:

As a project leader, I want to register for the service So that I can manage my projects

Tasks:

  1. Add OAuth settings on the supabase (GitHub Auth so far)
  2. Add client-side code
  3. Check the way to test locally.
  4. Update documents

Acceptance Criteria:

  • Users can register via GitHub
  • Users can sign in
  • Users can sign out
  • Users can delete their account -> postpone to [Story] delete users #12
  • Users can register via Twitter
  • Users can register via Facebook
@halsk
Copy link
Member Author

halsk commented Feb 12, 2022

Let's use password-less authentication so far. When we need to use passwords for authentication, we can implement it later.

This was referenced Feb 12, 2022
@halsk
Copy link
Member Author

halsk commented Feb 13, 2022

Deleting users needs to be considered how we have to handle the projects and activities that the user associated.
I created #12, and I skip the implementation of the feature so far.

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

No branches or pull requests

1 participant