mirror of
https://github.com/pgsty/minio.git
synced 2026-08-05 07:02:04 +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.