v0.4.1
Changes
- The
Client::leeway
property is now properly applied when validating tokens. This was previously not the case, resulting in zero leeway. - The
authorization_endpoint
from the discovery document is now properly applied, instead of hardcoding the/auth
broker route. This meansClient::authenticate()
now does an external HTTP request, but caching should not change the overall amount of requests made by the client.