0.22.11
版本发布时间: 2022-12-08 20:00:47
supabase/supabase最新发布版本:1.24.08(2024-09-17 03:37:55)
Launch Week 6 is just around the corner! We’re saving most of November’s updated as a surprise for Launch Week, but we still had time to ship some goodies this month.
Launch Week 6 tickets
Next week, we go all out for LW6. It’s 5 days of shipping, including major features requested by the community. You don’t want to miss a thing, so make sure to claim your free ticket (and you might win some very special SupaSwag).
Remix Auth Helpers
It’s here! The much-awaited Remix Auth Helpers make server-side auth even easier and with a better experience. Up to date with supabase-js V2 and can be used with Typescript.
Edgy Edge Functions
We launched a new YouTube series, Edgy Edge Functions, where we take a deep look at a new function every week.
Plus, we published three new functions examples: Generate OG Images, Build API servers using Oak, and Generate Screenshots using Puppeteer.
Quick product updates
-
NextAuth Supabase Adapter. Docs. This allows you to run NextAuth as your authentication server while storing user and session data in a dedicated
next_auth
schema in your Supabase Database. Complete with support for RLS. Do note that NextAuth is a standalone Authentication server that does not interface with Supabase Auth and therefore provides a different feature set. -
Fixed two issues with the
supabase.auth.signOut
function: cookies not clearing properly and session not removed. -
You can now customize magic links by providing access to the
{{ .TokenHash }}
. PR -
Now you can do redirects from your functions. PR
-
Conda support (
conda install -c conda-forge supabase
and everything else in py)