Custom access token expiration time

Is it possible to use actions to set the access token expiration to midnight of the next day?

This would give users a consistent experience where every day when they come to the website they need to log in the first time they access. As it is now they may or may not need to log in again based on what time they access based on what time they did the previous day, and it is possible to have to re-authenticate in the middle of their work.

Hi there @aedmonds !

It is not possible to adjust the expiration time of tokens from within an Action.

This is typically addressed by silent authentication or refresh tokens.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.