-
Notifications
You must be signed in to change notification settings - Fork 780
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
The user adds the access_token custom data #883
Comments
You can overwrite the migrations and a add more columns if you like. The Token is a model which is returned on the user after authentication or when being created you can use the Adding extra columns natively in this package is something that has been requested a lot before but will not happen anytime soon, sorry. |
What I might describe as problematic is that I want to get other values through JWT without going through the database. For example, the rule + custom data generated for JWT might provide a method for me to add? |
e.g |
@fredsal can you please not spam multiple issues? |
Not spam, just tagging related issues with the PR for easy access |
I want to be able to add extra values when generating access_token, and get access_token by parsing it through some method, such as when a multi-table user logs in, I need to add a token to access_token, and I can get it when the client sends it.thank you
The text was updated successfully, but these errors were encountered: