Hi,
I like to reset the token expire time on the server and client based on users using the client. No activity timeout at SECURITY_TOKEN_MAX_AGE = 60 * 30. With user activity reset the expire time to current time + SECURITY_TOKEN_MAX_AGE. Any suggestions on how to do this?
Thank you