Releases: rphlmr/supa-fly-stack
Releases · rphlmr/supa-fly-stack
v2.4.1
v2.4.0
v2.3.0
Ready for Remix v2.
All flags are activated. (routes are migrated to v2)
v2.2.1
v2.2.0
v2.1.0
New
Forgot password feature 🚀
There is a SSR mismatch warning due to the nature of oauth process (callback URL with fragment #, oauth spec).
I think I'll come back to this feature with something different (based on session cookies), but It works as expected for now.
This warning in the console is "expected" because we use a client-side code (supabase authListener) that changes the rendered URL 😅.
v2.0.1
v2.0.0
Major changes :
- Supabase JS SDK V2 😇
- Folder structure
- Previous module's mutations/queries are now in a
service.server
(collocate all the module's service in one place)
- Previous module's mutations/queries are now in a
- Auth session is reworked to align with folder structure changes
requireAuthSession
no longer call Supabase Auth API by default to verify user access token (it's still safe, we signed our cookie)requireAuthSession
takes a new optional param calledverify
(boolean) to work as before 😉
- No more needing to start a shadow database to create a Prisma migration (I don't know why maybe it's thanks to Supabase). It results in a huge time saving!
- Removed RLS example (view readme) and Realtime example (coming back is planned, but it's quite similar as V1)