Skip to content

gatsby-plugin-clerk@5.0.0-alpha-v5.1

Pre-release
Pre-release

Choose a tag to compare

@clerk-cookie clerk-cookie released this 17 Nov 16:17
· 5009 commits to main since this release
5ff4ab5

Major Changes

  • Drop deprecations. Migration steps: (#2109) by @dimkl

    • drop orgs jwt claim from session token
    • change type of auth param of withServerAuth() callback to AuthObject from ServerSideAuth in gatsby-clerk-plugin
      • use auth.sessionClaims instead of auth.claims
      • use AuthObject properties from auth
    • use publishableKey instead of frontendApi
    • use ClerkProviderOptionsWrapper type instead of IsomorphicClerkOptions

Patch Changes