zitadel-oidc/pkg/client
Tim Möhlmann 4bd2b742f9 chore: remove unused context in NewOpenIDProvider
BREAKING CHANGE:

- op.NewOpenIDProvider
- op.NewDynamicOpenIDProvider

The call chain of above functions did not use the context anywhere.
This change removes the context from those fucntion arguments.
2023-03-08 16:49:12 +02:00
..
profile feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
rp breaking change: add rp/RelyingParty.GetRevokeEndpoint 2023-03-02 11:24:46 +02:00
rs feat: Token Exchange (RFC 8693) (#255) 2023-02-19 15:57:46 +02:00
tokenexchange feat: Token Exchange (RFC 8693) (#255) 2023-02-19 15:57:46 +02:00
client.go fix: use the same schema encoder everywhere (#299) 2023-03-02 14:24:44 +01:00
integration_test.go chore: remove unused context in NewOpenIDProvider 2023-03-08 16:49:12 +02:00
jwt_profile.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
key.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00