zitadel-oidc/pkg
Tim Möhlmann 6e9d8739e8 fix: rp: wrong assignment in WithIssuedAtMaxAge
WithIssuedAtMaxAge assigned its value to v.maxAge, which was wrong.
This change fixes that by assiging the duration to v.maxAgeIAT.
2023-03-06 11:40:55 +02:00
..
client fix: rp: wrong assignment in WithIssuedAtMaxAge 2023-03-06 11:40:55 +02:00
crypto chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
http chore: switch from iouitil to io.ReadAll (#272) 2023-02-06 08:29:25 +01:00
oidc impelement unit tests for the token Verifiers 2023-03-03 18:47:16 +02:00
op op: add example for VerifyAccessToken 2023-03-04 02:07:09 +02:00
strings feat: Token Revocation, Request Object and OP Certification (#130) 2021-11-02 13:21:35 +01:00