zitadel-oidc/example/server
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
..
dynamic feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
exampleop implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00
storage refactor: use struct types for claim related types 2023-03-02 16:46:04 +02:00
main.go readme: update example commands 2023-02-24 10:47:01 +01:00
service-key1.json docs(example): implement OpenID Provider (#165) 2022-04-21 17:54:00 +02:00