This repository was archived by the owner on May 26, 2020. It is now read-only.

Description
I searched the documentation for a setting that allows to expose the token expiration. I implemented a response handler, but i don't know where to take the expiration date.
Something like:
def jwt_response_payload_handler(token, user=None, request=None):
return {
'token': token,
'expiration':"12312312312312"
}
Thanks