codeforjapan / hackdays

Next version of Social Hackday website.
hackdays-c4j.vercel.app
6 stars 0 forks source link

[Story] User registration #5

Open halsk opened 2 years ago

halsk commented 2 years ago

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:

halsk commented 2 years ago

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

halsk commented 2 years ago

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.