github clerk/javascript @clerk/backend@1.24.0

latest releases: @clerk/types@4.92.0, @clerk/clerk-js@5.99.0, @clerk/fastify@2.4.37...
8 months ago

Minor Changes

  • Add organizationId to GetOrganizationListParams (#4882) by @jacekradko

  • Deprecate usage of the oauth_ prefix in client.users.getUserOauthAccessToken(). Going forward, please use the provider name without that prefix. Example: (#5097) by @panteliselef

    - client.users.getUserOauthAccessToken('user_id', 'oauth_google')
    + client.users.getUserOauthAccessToken('user_id', 'google')

Patch Changes

Don't miss a new javascript release

NewReleases is sending notifications on new releases.