zitadel-oidc/pkg/oidc
Tim Möhlmann 65cd4528e4 don't obtain a Client from storage on each poll
First verify if the client is authenticated.
Then the state of the device authorization.
If all is good, we take the Client from Storage.
2023-02-26 18:23:43 +01:00
..
grants chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
authorization.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
code_challenge.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
device_authorization.go don't obtain a Client from storage on each poll 2023-02-26 18:23:43 +01:00
discovery.go implement RFC 8628: Device authorization grant 2023-02-23 14:30:56 +01:00
error.go some updates after feedback 2023-02-23 14:30:56 +01:00
introspection.go feat: add missing IntrospectionResponse getters (#251) 2022-12-06 11:34:19 +01:00
jwt_profile.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
keyset.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
keyset_test.go add missing import 2022-01-28 09:48:37 +01:00
revocation.go feat: Token Revocation, Request Object and OP Certification (#130) 2021-11-02 13:21:35 +01:00
session.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
token.go feat: Token Exchange (RFC 8693) (#255) 2023-02-19 15:57:46 +02:00
token_request.go implement RFC 8628: Device authorization grant 2023-02-23 14:30:56 +01:00
types.go fix: Add db scanner methods for SpaceDelimitedArray (#194) 2022-07-20 15:36:17 +02:00
types_test.go fix: Add db scanner methods for SpaceDelimitedArray (#194) 2022-07-20 15:36:17 +02:00
userinfo.go fix: nil pointer dereference on UserInfoAddress (#207) 2023-02-03 11:14:04 +01:00
userinfo_test.go fix: nil pointer dereference on UserInfoAddress (#207) 2023-02-03 11:14:04 +01:00
verifier.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00