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

---- > [!IMPORTANT] > Add cron job and route handler to send email digests for failed emails to project owners. > > - **Cron Job**: > - Adds a cron...

Hi. I setup docker with orbstack to be used with `stack-auth`, but when I visit `myfrontend.local/handler/sign-in`, I'm met with ``` Access to fetch at 'http://.local:8102/api/v1/projects/current' from origin 'http://frontend.orb.local' has been...

Neither the global permission API nor the function is working. It is not working for the list, grant, or revoke functionalities. The global permission API and function are asking for...

I tried to install Stack Auth into a React Router project and got a lot of peer dependencies issue because Stack Auth is requiring React 18. Any plans for React...

**Context/Problem:** When accessing the dashboard from virtual machines or environments without a dedicated GPU, the live display in the "Overview" section consumes a significant amount of resources, leading to performance...

In `es-419`, a few translations are missing: ![Image](https://github.com/user-attachments/assets/43fd27f7-2689-4b90-b7b3-2d132dcaeebc) As you can see `ActiveSessions` is not translated, nor is any of the content inside this section: ![Image](https://github.com/user-attachments/assets/baf5d29e-af82-44d6-b2a2-e04ed291bf6a) Also, some translations are...

---- > [!IMPORTANT] > Refactor codebase to support multiple sources of truth, including Neon, by updating Prisma client management and configuration handling. > > - **Behavior**: > - Refactor to...

The following configuration is not respected, only the default `identity` and `email` scopes are used when signing in: ```js export const stackServerApp = new StackServerApp({ // ... oauthScopesOnSignIn: { discord:...

## 🐛 Bug Report **Title:** Google OAuth “connect” flow never completes and redirects back to `/handler/sign-in` without errors --- ### Environment - **Stack Auth SDK version:** `@stackframe/stack` v2.8.6 - **Next.js...

I'm trying to integrate Convex with stack-auth. In the [Convex docs](https://docs.convex.dev/auth/advanced/custom-auth#client-side-integration), they talk about how to integrate a custom auth provider: ```ts function useAuthFromProviderX() { const { isLoading, isAuthenticated, getToken...