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 4 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 4 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 4 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 4 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 4 months ago

Minor Changes

  • Move isWebAuthnSupported, isWebAuthnAutofillSupported, isWebAuthnPlatformAuthenticatorSupported to @clerk/shared/webauthn. (#3472) by @panteliselef
javascript - @clerk/[email protected]

Published by clerk-cookie 4 months ago

Minor Changes

  • Move isWebAuthnSupported, isWebAuthnAutofillSupported, isWebAuthnPlatformAuthenticatorSupported to @clerk/shared/webauthn. (#3472) by @panteliselef

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 4 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 4 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 4 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 4 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 4 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 4 months ago

Minor Changes

  • Support passkeys in <SignIn> flows. (#3472) by @panteliselef

    APIs introduced:

    • <SignIn.Passkey />
    • <SignIn.SupportedStrategy name='passkey'>
    • <SignIn.Strategy name='passkey'>
    • Detects the usage of webauthn to trigger passkey autofill <Clerk.Input autoComplete="webauthn" />

    Usage examples:

    • <SignIn.Action passkey />

      <SignIn.Step name='start'>
        <SignIn.Passkey>
          <Clerk.Loading>{isLoading => (isLoading ? <Spinner /> : 'Use passkey instead')}.</Clerk.Loading>
        </SignIn.Passkey>
      </SignIn.Step>
      
    • <SignIn.SupportedStrategy name='passkey'>

      <SignIn.SupportedStrategy
        asChild
        name='passkey'
      >
        <Button>use passkey</Button>
      </SignIn.SupportedStrategy>
      
    • <SignIn.Strategy name='passkey'>

      <SignIn.Strategy name='passkey'>
        <p className='text-sm'>
          Welcome back <SignIn.Salutation />!
        </p>
      
        <CustomSubmit>Continue with Passkey</CustomSubmit>
      </SignIn.Strategy>
      
    • Passkey Autofill

      <SignIn.Step name='start'>
        <Clerk.Field name='identifier'>
          <Clerk.Label className='sr-only'>Email</Clerk.Label>
          <Clerk.Input
            autoComplete='webauthn'
            placeholder='Enter your email address'
          />
          <Clerk.FieldError />
        </Clerk.Field>
      </SignIn.Step>
      
javascript - @clerk/[email protected]

Published by clerk-cookie 4 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 5 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 5 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 5 months ago

Patch Changes

javascript - [email protected]

Published by clerk-cookie 5 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 5 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 5 months ago

Patch Changes

  • Fix bug in JWKS cache logic that caused a race condition resulting in no JWK being available. (#3332) by @BRKalow
javascript - @clerk/[email protected]

Published by clerk-cookie 5 months ago

Patch Changes

  • The following are all internal changes and not relevant to any end-user: (#3523) by @tmilewski

    Remove explicit extension of Prettier from ESLint React

Package Rankings
Top 1.44% on Npmjs.org
Badges
Extracted from project README
chat on Discord documentation twitter