---
number: 19698
slug: 19698-platform-updates-november-2022
published: 2022-12-08
discussion: https://github.com/orgs/supabase/discussions/19698
labels:
  - auth
  - auth-helpers
page: https://supabase.com/changelog/19698-platform-updates-november-2022
---

# Platform Updates November 2022

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

![Launch Week 6 tickets](https://supabase.com/images/blog/2022-12-07-november-beta-update/launch-week-6-ticket.jpg)

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).

[Get your ticket](https://supabase.com/launch-week)

## Remix Auth Helpers

![Remix Auth Helpers](https://supabase.com/images/blog/2022-12-07-november-beta-update/remix-auth-helpers.jpg)

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.

[Read the docs](https://supabase.com/docs/guides/auth/auth-helpers/remix)

## Edgy Edge Functions

![Edgy Edge Function](https://supabase.com/images/blog/2022-12-07-november-beta-update/edgy-edge-functions.jpg)

We launched a new YouTube series, [Edgy Edge Functions](https://www.youtube.com/playlist?list=PL5S4mPUpp4OulD3olUW8Eq1IYKpUbk5Ob), where we take a deep look at a new function every week.

Plus, we published three new functions examples: [Generate OG Images](https://github.com/supabase/supabase/tree/master/examples/edge-functions/supabase/functions/opengraph), [Build API servers using Oak](https://github.com/supabase/supabase/tree/master/examples/edge-functions/supabase/functions/oak-server), and [Generate Screenshots using Puppeteer](https://github.com/supabase/supabase/tree/master/examples/edge-functions/supabase/functions/puppeteer).

## Quick product updates

- NextAuth Supabase Adapter. [Docs](https://next-auth.js.org/adapters/supabase). 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](https://next-auth.js.org/adapters/supabase#enabling-row-level-security-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](https://github.com/supabase/gotrue/pull/830) and [session not removed](https://github.com/supabase/gotrue-js/pull/541).

- You can now customize magic links by providing access to the `{{ .TokenHash }}`. [PR](https://github.com/supabase/gotrue/pull/707)

- Now you can do redirects from your functions. [PR](https://github.com/supabase/supabase/issues/10325)

- Conda support (`conda install -c conda-forge supabase` and everything else in py)
