zitadel-oidc/pkg
Tim Möhlmann 360e557482 fix: unmarshalling of scopes in access token (#320)
The Scopes field in accessTokenClaims should be a  SpaceDelimitedArray,
in order to allow for correct unmarshalling.

Fixes #318
2023-03-14 13:42:45 +02:00
..
client refactor: use struct types for claim related types (#283) 2023-03-10 16:31:22 +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 fix: unmarshalling of scopes in access token (#320) 2023-03-14 13:42:45 +02:00
op refactor: use struct types for claim related types (#283) 2023-03-10 16:31:22 +02:00
strings feat: Token Revocation, Request Object and OP Certification (#130) 2021-11-02 13:21:35 +01:00