Closed
Description
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