zitadel-oidc/.github/workflows
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
..
codeql-analysis.yml chore: enable github actions for next branch (#298) 2023-03-02 14:24:13 +01:00
issue.yml Update issue.yml 2022-12-29 16:03:40 +01:00
release.yml refactor: use struct types for claim related types 2023-03-02 16:46:04 +02:00