planka
planka copied to clipboard
[Bug]: TOKEN_EXPIRES_IN does not seems to be taken into account
Where is the problem occurring?
I encountered the problem while using the application (Frontend)
What browsers are you seeing the problem on?
Chrome, Firefox
Current behaviour
I have deployed planka by setting the variable TOKEN_EXPIRES_IN to 7 After 2 weeks, I am still logged in into planka
Desired behaviour
Automatic logout after the number of days configured in TOKEN_EXPIRES_IN
Steps to reproduce
Configure OIDC and set TOKEN_EXPIRES_IN to 7 After 7 days we are still logged in The token value does not seems to be taken into account for an automatic login
Other information
No response