Releases: supabase/auth-helpers
Releases · supabase/auth-helpers
@supabase/[email protected]
Patch Changes
- Updated dependencies [bee77c7]
- @supabase/[email protected]
@supabase/[email protected]
Patch Changes
- bee77c7: fix: session data comes back encoded #359
@supabase/[email protected]
Patch Changes
- Updated dependencies [bee77c7]
- @supabase/[email protected]
@supabase/[email protected]
Patch Changes
- Updated dependencies [bee77c7]
- @supabase/[email protected]
@supabase/[email protected]
Minor Changes
- d8f7446: chore: deprecate withApiAuth, withPageAuth, and withMiddlewareAuth.
@supabase/[email protected]
Patch Changes
- d6c43ef: fix: "host" request header is not available. #358
@supabase/[email protected]
Patch Changes
- Updated dependencies [999e57e]
- @supabase/[email protected]
@supabase/[email protected]
Patch Changes
- 999e57e: chore: reduce cookie size.
WARNING: this patch changes the structure of the supabase-auth-token
cookie. It is patched in a backwards compatible manner as long as your application doesn't access the cookie directly. If your application accesses the cookie directly, you will need to update your application to support the new cookies structure:
// The new shape of the `supabase-auth-token` cookie.
JSON.stringify([
session.access_token,
session.refresh_token,
session.provider_token,
session.provider_refresh_token
]);
@supabase/[email protected]
Patch Changes
- d52d978: fix: export types.
@supabase/[email protected]
Patch Changes
- Updated dependencies [999e57e]
- @supabase/[email protected]