authkit icon indicating copy to clipboard operation
authkit copied to clipboard

Add properties to authentication token

Open pulphix opened this issue 1 year ago • 2 comments

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.

pulphix avatar Oct 17 '24 15:10 pulphix

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

isaachinman avatar Nov 29 '24 11:11 isaachinman

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.

aygl0619 avatar Jan 17 '25 05:01 aygl0619