zitadel-oidc/pkg/client/rp
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
..
cli feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
mock rp/mock: update go generate package and type 2023-02-17 14:48:14 +02:00
delegation.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
device.go implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00
jwks.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
relying_party.go refactor: use struct types for claim related types 2023-03-02 16:46:04 +02:00
tockenexchange.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
verifier.go fix: rp: wrong assignment in WithIssuedAtMaxAge 2023-03-06 11:40:55 +02:00
verifier_test.go fix: rp: wrong assignment in WithIssuedAtMaxAge 2023-03-06 11:40:55 +02:00