zitadel-oidc/.github
Tim Möhlmann 85bd99873d refactor: use struct types for claim related types
BREAKING change.
The following types are changed from interface to struct type:

- AccessTokenClaims
- IDTokenClaims
- IntrospectionResponse
- UserInfo and related types.

The following methods of OPStorage now take a pointer to a struct type,
instead of an interface:

- SetUserinfoFromScopes
- SetUserinfoFromToken
- SetIntrospectionFromToken

The following functions are now generic, so that type-safe extension
of Claims is now possible:

- op.VerifyIDTokenHint
- op.VerifyAccessToken
- rp.VerifyTokens
- rp.VerifyIDToken
2023-03-02 16:46:04 +02:00
..
ISSUE_TEMPLATE chore: add CONTRIBUTING.md 2021-08-27 15:26:41 +02:00
workflows refactor: use struct types for claim related types 2023-03-02 16:46:04 +02:00
dependabot.yml chore(workflow): update github actions in release workflow (#65) 2020-10-21 11:15:57 +02:00