mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 04:00:25 +03:00
112f9ae087
claim exp can be - float64 - json.Number As per OIDC spec https://openid.net/specs/openid-connect-core-1_0.html#IDToken Avoid using strings since the upstream library only supports these two types now.