You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Auth context will allow us to access auth attributes across the application (i.e. on different pages) without having to pull the current auth session from Supabase each time.
Task Overview
Please make sure to git pull origin main before creating your new branch!
Route: /utils/AuthProvider.ts
Move all auth functions into the AuthProvider.ts file
Use the auth functions in the sign up and log in pages
Remember that to use ChatGPT as a resource if you're stuck on anything
Please reach out to Catherine, Ronnie, or Pragya for any questions regarding implementation. For any design-related questions please reach out to Kyrene.
The text was updated successfully, but these errors were encountered:
Context:
The Auth context will allow us to access auth attributes across the application (i.e. on different pages) without having to pull the current auth session from Supabase each time.
Task Overview
Please make sure to git pull origin main before creating your new branch!
Route: /utils/AuthProvider.ts
Resources:
Remember that to use ChatGPT as a resource if you're stuck on anything
Please reach out to Catherine, Ronnie, or Pragya for any questions regarding implementation. For any design-related questions please reach out to Kyrene.
The text was updated successfully, but these errors were encountered: