How add a custom field in "auth" response? #53
clauxs88-dev
started this conversation in
General
Replies: 1 comment
-
If what you're trying to achieve is set an expiry time for the JWT, this info must be added to the JWT itself by setting a custom "claim". This ensures the custom data couldn't be modified by the user, as this would invalidate the JWT signature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How do I add a field in the output attached to the JWT, example "expire_time"?


Beta Was this translation helpful? Give feedback.
All reactions