[feature request] add set-cookie to auth-helpers nextjs serverAction
#14276
Unanswered
michael-land
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
you can now set cookie in serverAction and route handler.
https://nextjs.org/docs/app/api-reference/functions/cookies#cookiessetname-value-options
https://github.com/supabase/auth-helpers/blob/8e05c8ca682f259285e229881b346ea80ab194ef/packages/nextjs/src/index.ts#L220-L224
All reactions