zitadel-oidc/pkg/client
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
..
profile feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
rp fix: rp: wrong assignment in WithIssuedAtMaxAge 2023-03-06 11:40:55 +02:00
rs refactor: use struct types for claim related types 2023-03-02 16:46:04 +02:00
tokenexchange feat: Token Exchange (RFC 8693) (#255) 2023-02-19 15:57:46 +02:00
client.go refactor: use struct types for claim related types 2023-03-02 16:46:04 +02:00
integration_test.go refactor: use struct types for claim related types 2023-03-02 16:46:04 +02:00
jwt_profile.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
key.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00