Files
better-auth/packages/expo/CHANGELOG.md
T

18 KiB

@better-auth/expo

1.6.13

Patch Changes

  • #9815 e24ddfd Thanks @gustavovalverde! - Fix sign-in being lost on Expo when a provider issues large tokens.

    After signing in with a provider whose tokens are large (such as Keycloak), the account cookie could silently fail to persist, leaving useSession() null and making accountInfo / getAccessToken return ACCOUNT_NOT_FOUND. The client stored the whole cookie jar as a single value, and native secure stores reject oversized writes, so the cookie never reached the next request.

    The Expo storage adapter now splits an oversized value across keys and reassembles it on read, keeping each write within the device limit. Values that already fit are stored unchanged, and a write the backend rejects is logged instead of being dropped silently.

  • Updated dependencies [d3919dc, 5f282bd, 43c08a2, 43c08a2, be32012, 87c1a0c, 5c3e248, 9c8ded6, 23d7cbf]:

    • better-auth@1.6.13
    • @better-auth/core@1.6.13

1.6.12

Patch Changes

1.6.11

Patch Changes

1.6.10

Patch Changes

1.6.9

Patch Changes

  • Updated dependencies [815ecf6]:
    • @better-auth/core@1.6.9
    • better-auth@1.6.9

1.6.8

Patch Changes

  • Updated dependencies [856ab24, 9aa8e63]:
    • better-auth@1.6.8
    • @better-auth/core@1.6.8

1.6.7

Patch Changes

1.6.6

Patch Changes

1.6.5

Patch Changes

  • Updated dependencies [938dd80, 0538627]:
    • better-auth@1.6.5
    • @better-auth/core@1.6.5

1.6.4

Patch Changes

1.6.3

Patch Changes

1.6.2

Patch Changes

1.6.1

Patch Changes

1.6.0

Minor Changes

Patch Changes

1.6.0-beta.0

Minor Changes

  • 28b1291 Thanks @gustavovalverde! - Add optional version field to the plugin interface and expose version from all built-in plugins

Patch Changes