authkit icon indicating copy to clipboard operation
authkit copied to clipboard

The world's best login box powered by WorkOS and Radix.

Results 9 authkit issues
Sort by recently updated
recently updated
newest added

When you enter an email address that doesn't correspond to an existing use in a **sign in** flow, it's not unusual for it to tell you the email doesn't match...

Hi there, This project looks fantastic. On the marketing site, it says it supports "biometric and passkey auth" but I cannot find information about this on the documentation. Do you...

enhancement

I see examples for NodeJS applications and for NextJS applications but not Vite-based SPAs. Are there any examples for this use case? [Auth0 has support for this](https://github.com/auth0/auth0-react).

Allowing Anonymous sign in can provide a much better UX, by not forcing new users to sign in before they can do anything in your app. More info about the...

Hi all AuthKit looks great and we are considering it for our app. I was wondering, if multiple languages are supported with the hosted version, as many of our users...

Bumps [next](https://github.com/vercel/next.js) from 14.1.4 to 14.2.10. Release notes Sourced from next's releases. v14.2.10 [!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary. Core...

dependencies

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...

dependencies

How do I tell WorkOS or `handleAuth()` to redirect users who can't login because their emails aren't verified to [the verify email handler](src/app/using-your-own-ui/verify-email/page.tsx)? I can't find the answer to this...