Skip to content

Tags: rphlmr/supa-fly-stack

Tags

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use correct type for the arguments of the action (#81)

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🚀 RELEASE: support for Remix 2.4.0 (#80)

* 🚀 RELEASE: support for Remix 2.4.0

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
prepare remix v2 (#75)

V2.2.1

Toggle V2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Supabase breaking change on PASSWORD_RECOVERY (#73)

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor: use the native remix unstable_tailwind (#70)

* refactor: use the native remix unstable_tailwind

* fix: allow tailwind.css to be committed

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feat: reset password (#68)

* update dependencies

* add reset password

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use supabase refreshSession to refresh session (#59)

fix #58

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V2 (#52)

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)
* 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 called `verify` (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!

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add licence (#51)