javascript

Official Javascript repository for Clerk authentication

MIT License

Downloads
6.1M
Stars
1.1K
Committers
167
javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Minor Changes

  • Expose debug headers in response for handshake / signed-out states from SDKs using headers returned from authenticateRequest() (#2898) by @dimkl

Patch Changes

javascript - [email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Minor Changes

  • Re-export everything from @clerk/backend in @clerk/fastify to support common backend types and functionality without adding @clerk/backend as dependency. (#2968) by @dimkl

    New exports:

    • verifyToken()

    New exported types:

    • ClerkOptions
    • ClerkClient
    • OrganizationMembershipRole
    • VerifyTokenOptions
    • WebhookEvent
    • WebhookEventType
    • AllowlistIdentifier
    • Client
    • EmailAddress
    • ExternalAccount
    • Invitation
    • OauthAccessToken
    • Organization
    • OrganizationInvitation
    • OrganizationMembership
    • OrganizationMembershipPublicUserData
    • PhoneNumber
    • Session
    • SignInToken
    • SMSMessage
    • Token
    • User
  • Expose debug headers in response for handshake / signed-out states from SDKs using headers returned from authenticateRequest() (#2898) by @dimkl

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

  • Fix the input box-shadow on iOS 16 devices (#2946) by @anagstef

  • Fix the OAuth errors coming from the server to use localizations (#2957) by @anagstef

  • Remove the __clerk_ticket and __clerk_invitation_token query params after they are consumed. (#2949) by @desiprisg

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Minor Changes

  • Expose debug headers in response for handshake / signed-out states from SDKs using headers returned from authenticateRequest() (#2898) by @dimkl
javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

  • Fix: Component breaks after internal navigation when custom links are present. (#2966) by @panteliselef
javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

  • Release the latest beta changes of the @clerk/themes package (#2947) by @anagstef
javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Minor Changes

  • Experimental support for reading, updating, and deleting a user's registered passkeys. (#2926) by @panteliselef

    • Get the user's passkeys
      clerk.user.__experimental__passkeys
    • Update the name of a passkey
      clerk.user.__experimental__passkeys?.[0].update({name:'work laptop passkey'})
    • Delete a passkey
      clerk.user.__experimental__passkeys?.[0].delete()
javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

  • Using auth().protect inside clerkMiddleware will perform a redirection instead of throwing a not found error when internal navigation in pages router occurs and the user is unauthenticated. (#2942) by @panteliselef

  • Updated dependencies [c86f73be3]:

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

  • Update the danger section in the es-ES localization (#2924) by @souvik666
javascript - [email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Minor Changes

  • Experimental support for reading, updating, and deleting a user's registered passkeys. (#2926) by @panteliselef

    • Get the user's passkeys
      clerk.user.__experimental__passkeys
    • Update the name of a passkey
      clerk.user.__experimental__passkeys?.[0].update({name:'work laptop passkey'})
    • Delete a passkey
      clerk.user.__experimental__passkeys?.[0].delete()

Patch Changes