v1.0.1
- Improves the automatic rotation of
JWKS
: when validatingJWTs
,JWKS
are
refreshed automatically if an unknownkid
is encountered, andJWKS
were
last fetched more thanrefresh_time
seconds ago (by default 120 seconds). - Corrects an inconsistency in how
claims
are read in theUser
class.