Week 5 | Supabase Authentication Service
Last Week Supabase auth is implemented with One-Time Passcode (OTP). Tools used: Authentication Service: Supabase Auth (free to start) Dependency Injection Library: Koin Dependency Injection (free) What does it mean in English? An Authentication Service makes sure the user is who they say they are. In this particular implementation, when a user tries to login with their email address, an authentication server (i.e., a powerful computer) sends a random number to the user’s email address....