Discussions

Ask a Question
Back to All

What would be the best way to handle JWT authenticator idle expiration?

I would like to handle idle expiration by updating the tokens with every request, so essentially touch the validated token and send it back with the result.

How can I avoid having to parse the token twice, once in the DeadboltHandler to authorize the request, and the second time in the action body to send the updated token back?