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

Hello, and thank you for your work on this repository! As part of my research, I am analyzing how developers configure .dockerignore in popular repositories. During my analysis, I noticed...

## Environment - Stack Auth Version: 2.8.27 - Framework: Next.js 15.2.4 with App Router - Environment: Development (localhost:3000) - Browser: [Your browser] ## Issue Description When attempting to send a...

I think it is necessary to add curl in the Dockerfile to meet the requirements of the health check. for me, I am using Coolify for deployment, but I cannot...

## Description When registering with `[email protected]` the first time, the magic link (email OTP) login flow works as expected. However, attempting to log in using a differently cased email address...

No pending migrations to apply. Running seed script... S3 bucket is not configured. File upload features will not be available. Seeding database... (node:134) [DEP0040] DeprecationWarning: The `punycode` module is deprecated....

I'd like to know if the ability to sign-in from phone number (let's assume a magic otp is sent by text) is something in your roadmap. If it's something you're...

In Svix, there's a quite nice feature of an almighty god mode api key only setup by env var. It can do everything, bypassing acl everywhere. This would be _so_...

Hello, I'd like to deploy the self-hosted server, but i would also like to avoid manual configuration/update and rely on CI/CD for it. Is there an api or env vars...

Hello, I'm booting stack-auth locally with env vars configured as such: ``` STACK_EMAIL_HOST: maildev STACK_EMAIL_PORT: 1025 STACK_EMAIL_SECURE: false STACK_EMAIL_USERNAME: username STACK_EMAIL_PASSWORD: password STACK_EMAIL_SENDER: [email protected] STACK_EMAILABLE_API_KEY: '' # https://github.com/stack-auth/stack-auth/pull/727 ``` But...