techgaun/auth0_ex

decode and save exp time instead of doing it for every request

techgaun opened this issue · 0 comments

  • right now, we check exp every time for every request.. the thing is we decode and check everytime right now. we could instead avoid decoding everytime by just storing the exp time on the agent at the first time when we store the token.