Add expiry date and session token to Auth token Model #9195
Unanswered
SebaMutuku
asked this question in
Ideas & Suggestions
Replies: 0 comments
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.
-
Most identity and access management (IAM) solutions like keycloak provide several extra details when authentication a user and generating token.
These include
token expiry date
andsession token
. I think it would be better enhancing the currentToken
model to include these two and enhancing the current logics of saving and retrieving data from the model. For now, we are forced to use 3rd party libraries to support this.Beta Was this translation helpful? Give feedback.
All reactions