stack
stack copied to clipboard
Open-source Auth0/Clerk alternative
Currently, the JWT `iss` claim is set to: ``` { // ... iss: "access-token.jwt-signature.stack-auth.com" } ``` This domain is not reachable: ``` $> nslookup access-token.jwt-signature.stack-auth.com Server: one.one.one.one Address: 1.1.1.1 ***...
It would be nice if I could apply permissions when inviting a user. Something like: ```ts // Server side await team.inviteUser({ email: '[email protected]', permissions: ['permission1', 'permission2'] }); ```
## Problem I want to use the word "Course" in place of the word "Team". For example, in the SelectedTeamSwitcher component, instead of "Create a Team", the terminology "Create a...
It'd be nice to have an API for listing a user's current unaccepted/rejected invitations. For example, ```ts const user = useUser(); user.getPendingTeamInvitations(); // Lists all un-accepted/reject invitations ```
This replaces the use of `prompt()` with a redirect to a nicer OTP input page.
---- > [!IMPORTANT] > Add `neon-js`, `neon-next`, and `neon-react` packages and update templates and scripts to support these platforms. > > - **New Packages**: > - Add `neon-js`, `neon-next`, and...
---- > [!IMPORTANT] > Introduces an automated database migration system using Prisma, replacing manual commands with scripts and updating workflows and documentation accordingly. > > - **Behavior**: > - Introduces...
To @N2D4 @fomalhautb @TheCactusBlue and the rest of the maintainers. Stack-auth is a breath of fresh air. May the force be with you all.
## Issue - When signing up with a new user, no confirmation email is sent. - There is no option (such as a "Resend Email" button) to request a new...
Durables