zitadel-oidc/example/server/exampleop
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
..
templates implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00
device.go implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00
login.go implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00
op.go chore: remove unused context in NewOpenIDProvider 2023-03-08 16:49:12 +02:00
templates.go implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00