Skip to content

Releases: supabase/auth-helpers

@supabase/[email protected]

04 Nov 07:33
6d72246
Compare
Choose a tag to compare

Patch Changes

@supabase/[email protected]

04 Nov 07:33
6d72246
Compare
Choose a tag to compare

Patch Changes

  • bee77c7: fix: session data comes back encoded #359

@supabase/[email protected]

04 Nov 07:33
6d72246
Compare
Choose a tag to compare

Patch Changes

@supabase/[email protected]

04 Nov 07:33
6d72246
Compare
Choose a tag to compare

Patch Changes

@supabase/[email protected]

04 Nov 07:28
3d6e3c0
Compare
Choose a tag to compare

Minor Changes

  • d8f7446: chore: deprecate withApiAuth, withPageAuth, and withMiddlewareAuth.

@supabase/[email protected]

03 Nov 15:38
ec6c889
Compare
Choose a tag to compare

Patch Changes

  • d6c43ef: fix: "host" request header is not available. #358

@supabase/[email protected]

01 Nov 03:49
45ebc6a
Compare
Choose a tag to compare

Patch Changes

@supabase/[email protected]

01 Nov 03:49
45ebc6a
Compare
Choose a tag to compare

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]

01 Nov 06:10
5a9ec7d
Compare
Choose a tag to compare

Patch Changes

@supabase/[email protected]

01 Nov 03:49
45ebc6a
Compare
Choose a tag to compare

Patch Changes