Every JWT holds data for getting the ROLE but those JWT's don't necessarily need to timeout at the same rate. For example - ADMIN JWT should timeout every 24 hrs. - USER JWT could timeout every MONTH Need to establish role-based timeouts
Every JWT holds data for getting the ROLE but those JWT's don't necessarily need to timeout at the same rate.
For example
Need to establish role-based timeouts