zitadel-oidc/pkg
Tim Möhlmann 33c716ddcf
feat: merge the verifier types (#336)
BREAKING CHANGE:

- The various verifier types are merged into a oidc.Verifir.
- oidc.Verfier became a struct with exported fields

* use type aliases for oidc.Verifier

this binds the correct contstructor to each verifier usecase.

* fix: handle the zero cases for oidc.Time

* add unit tests to oidc verifier

* fix: correct returned field for JWTTokenRequest

JWTTokenRequest.GetIssuedAt() was returning the ExpiresAt field.
This change corrects that by returning IssuedAt instead.
2023-03-22 19:18:41 +02:00
..
client feat: merge the verifier types (#336) 2023-03-22 19:18:41 +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 feat: merge the verifier types (#336) 2023-03-22 19:18:41 +02:00
op feat: merge the verifier types (#336) 2023-03-22 19:18:41 +02:00
strings feat: Token Revocation, Request Object and OP Certification (#130) 2021-11-02 13:21:35 +01:00