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
Expected Behavior
There should be a way to change basic settings of the generated bearer and refresh token such as lifespan.
Current Behavior
I have not found any documentation on how to do this. I have been looking at the code and there seems to be a TokenSettings class,
however, I could not find an easy way to change those settings.
Context
I would like to change token lifespans without having to write a TokenGenerator or something like that
The text was updated successfully, but these errors were encountered:
tokenSettings: The custom settings for the OAuth2 tokens issued to the client – for example, access/refresh token time-to-live, reuse refresh tokens, and others.
You can set/override the TokenSettings for a RegisteredClient using custom TTL settings.
Expected Behavior
There should be a way to change basic settings of the generated bearer and refresh token such as lifespan.
Current Behavior
I have not found any documentation on how to do this. I have been looking at the code and there seems to be a TokenSettings class,
however, I could not find an easy way to change those settings.
Context
I would like to change token lifespans without having to write a TokenGenerator or something like that
The text was updated successfully, but these errors were encountered: