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

I am using Nextjs with static render (no server components). I want to initialize the StackClientApp with an existing token. I do: ``` const app = new StackClientApp({ tokenStore: {...

Hello. I'm creating an issue to supplement [#693](https://github.com/stack-auth/stack-auth/issues/693). I've tried to integrate @stackframe/stack into the Vite-based framework ([Honox](https://github.com/honojs/honox)), and I've run into a persistent issue that I believe is worth...

I have a use case where it would be nice to be able to programmatically create permissions rather than have to create them through the dashboard. I've looked through the...