Adding public method to retrieve JWT token
The intention of this method is only to allow you to decode the JWT if you require any of its details, like the username. You should not use the JWT to make calls by another client.
The intention of this method is only to allow you to decode the JWT if you require any of its details, like the username. You should not use the JWT to make calls by another client.