zitadel-oidc/example/server/exampleop
Tim Möhlmann 44f8403574
feat: get issuer from context for device auth (#363)
* feat: get issuer from context for device auth

* use distinct UserFormURL and UserFormPath

- Properly deprecate UserFormURL and default to old behaviour,
to prevent breaking change.

- Refactor unit tests to test both cases.

* update example
2023-04-11 20:29:17 +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 feat: get issuer from context for device auth (#363) 2023-04-11 20:29:17 +02:00
templates.go implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00