stack
stack copied to clipboard
Open-source Auth0/Clerk alternative
stack-auth is a great tool! Multi-tenant SaaS has a large market in Japan and should be supported in Japanese.
The error is thrown in a Project that only has a single User. This user initially created the account with email+password, and connected the account. When calling `user.useConnectedAccount('discord', { or:...
I'd like to add some custom logic after user sign up, e.g. add some credits to new users. Is it possible to add these as options? Thanks!
Uncaught StackAssertionError: Failed to send request to https://api.stack-auth.com/api/v1/connected-accounts/me/discord/access-token: 500 Something went wrong. Please make sure the data you entered is correct. Request ID: `9at6q31rz7k23mse` > This is likely an error...
StackAssertionError: Failed to send request to https://api.stack-auth.com/api/v1/connected-accounts/me/google/access-token: 500 Something went wrong. Please make sure the data you entered is correct. Request ID: gs88c1f83szqvk0m This is likely an error in Stack....
I am trying to update the profile image url on the client with the following URL, but I am getting this error. ``` StackAssertionError: Failed to send request to https://api.stack-auth.com/api/v1/users/me:...
I’m self‑hosting Stack Auth (latest `main` branch). When I call the **anonymous sign‑up** endpoint POST /api/v1/auth/anonymous/sign-up the API responds with ```json { "code": "ANONYMOUS_ACCOUNTS_NOT_ENABLED", "error": "Anonymous accounts are not enabled...
First of all, great library love it so far, however, there's some limitation. Could you allow the REST API to enable different authentication strategy like magic link, login by phone...
I would like to have an official Arcjet (https://docs.arcjet.com/) integration in your solution to use bot-protection, email-verification and rate-limits. Your competitor (Clerk) have this integration. Maybe your are also able...
It'd be awesome if there was a way to customize the deep link team URL Instead of: ``` /teams/4762ce00-13e3-4be5-9b40-bc35fcaedcb1 ``` This: ``` /teams/acme ```