stack icon indicating copy to clipboard operation
stack copied to clipboard

Open-source Auth0/Clerk alternative

Results 134 stack issues
Sort by recently updated
recently updated
newest added

Support for Remix would be ideal; currently not a fan of Clerk requiring heavy payloads/hot loading the latest library version.

I am on Auth0 and have been dying to leave, but currently support [Salesforce for social login](https://login.salesforce.com/.well-known/openid-configuration). Would love to see support for custom oauth for compliant providers -

Currently while using signup with email and password I can only add email,password and callback_verification_url. It would be easier if we could add display_name and other properties at the same...

It would be great if there are docs for self hosted details. Like installing in a single node or a k8s cluster. And options to use hosted service like Supabase...

I use `next build` and `next start` in my ci/cd for e2e testings, which is being detected as running in production here: https://github.com/stack-auth/stack/blob/dev/packages/stack/src/lib/cookie.ts#L45 This will cause my tests to fail...

i have a component that displays a list of teams - using the following code ``` const user = useUser({ or: 'redirect' }); if (user) { const teams = user.useTeams();...

bug

When using `useUser()` and `loading.tsx`, the next.js revalidatePath() will not work correctly. Steps to reproduce: 1. clone https://github.com/Chenalejandro/stack-auth-bug 2. fill env variables 3. pnpm install && pnpm dev 4. login...

bug

The page should show a message card saying that password authentication is disabled on the client side. The stack handler should redirect it back to home on the server side....

good first issue