Back to all Bounties
Earn 4,500 ($45.00)
due 2 years ago
Canceled
Flutter: Sign in page #supabase #riverpod
PrafulMathur
Details
Applications
2
Discussion
Bounty Description
Problem Description
Sign in/up page that authenticates me with supabase auth.
Looks like: https://dribbble.com/shots/14605167/attachments/6297430?mode=media
Some updates:
- On sign up the fields will be: full name, email and it will use OTP to authenticate
- On login there's only email no password and will use OTP to authenticate
Acceptance Criteria
- Allows me to login via credentials stored in Supabase (email -> OTP, Google/Apple/Facebook social logins)
- Allows me to sign up with email OTP, Google, Apple, & FB
- On success, route to MyApp() [for now you can make that a "Hello World"]
- On error, show a toast message on top saying "Invalid Attempt: {reason}"
Technical Details
- Use Supabase keys to auth (create a free account)
- Use riverpod for state managment
Link to Project
- Create a blank project and link me