Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add properties to authentication token #41

Open
pulphix opened this issue Oct 17, 2024 · 2 comments
Open

Add properties to authentication token #41

pulphix opened this issue Oct 17, 2024 · 2 comments

Comments

@pulphix
Copy link

pulphix commented Oct 17, 2024

We are migrating from a different authentication system, and it would be helpful to have a simple way to map the previous user ID to a property within the JWT, such as external_user_id. This approach would allow us to avoid creating an additional table in our application database and eliminate the need for frequent database calls.

@isaachinman
Copy link

Similarly to this, I need to be able to set aud within the AuthKit JWTs, which does not seem possible.

@aygl0619
Copy link

We are migrating from a different authentication system, and it would be helpful to have a simple way to map the previous user ID to a property within the JWT, such as external_user_id. This approach would allow us to avoid creating an additional table in our application database and eliminate the need for frequent database calls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants