You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: To provide different expiration to tokens based on different grant type.
Why?: We may want different expiration time for client_credentials, password, and implicit. Password tokens may have 1 hr of expiry while Client Credential token may have 1 day of expiry.
Do you guys think this is possible/feasible feature to implement?
PS: We may also keep these expiry times per client in a json column in the DB.
The text was updated successfully, but these errors were encountered:
Hi @kapilmittal . Feel free to send a PR with this feature. I think it must be a configurable lambda that must be used optionally (if set) for all strategies
Feature: To provide different expiration to tokens based on different grant type.
Why?: We may want different expiration time for client_credentials, password, and implicit. Password tokens may have 1 hr of expiry while Client Credential token may have 1 day of expiry.
Do you guys think this is possible/feasible feature to implement?
PS: We may also keep these expiry times per client in a json column in the DB.
The text was updated successfully, but these errors were encountered: