Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-08-26 | 881 Bytes | |
v2.0.0 source code.tar.gz | 2024-08-26 | 800.3 kB | |
v2.0.0 source code.zip | 2024-08-26 | 851.6 kB | |
Totals: 3 Items | 1.7 MB | 0 |
[2.0.0] 2024-08-26
Big update: Supabase SSR, Refactoring & custom auth components
-
Supabase SSR
- Utils folder refactored, now functions are organized in separate folders based on usage
- New auth-related utils
- Functions like getSessions were removed because of the use of Supabase SSR
-
session object was replaced with user throughout the project
-
Layout refactoring
-
The multiple addition of functionalities led to prop drilling, which was fixed by using contexts.
-
Separate auth pages
- Auth pages are dynamic Next.js pages, one for each of Update password, sign up, password sign in, etc.
-
The forms for each type of authentication types are located in @/components/auth-ui
-
Added Docker support
- You can now develop locally via Docker by using Supabase CLI