zitadel-oidc/pkg/client/rp
Tim Möhlmann fe3e02b80a
feat(rp): client credentials grant (#494)
This change adds Client Credentials grant to the Relying Party.
As specified in [RFC 6749, section 4.4](https://datatracker.ietf.org/doc/html/rfc6749#section-4.4)
2023-12-05 06:40:16 +01:00
..
cli upgrade this module to v3 2023-03-20 13:38:21 +02:00
delegation.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
device.go feat: add slog logging (#432) 2023-08-29 14:07:45 +02:00
jwks.go chore(deps): migrage jose to go-jose/v3 (#433) 2023-09-01 14:33:16 +03:00
log.go feat: add slog logging (#432) 2023-08-29 14:07:45 +02:00
relying_party.go feat(rp): client credentials grant (#494) 2023-12-05 06:40:16 +01:00
relying_party_test.go feat(rp): return oidc.Tokens on token refresh (#423) 2023-08-18 14:36:39 +02:00
tockenexchange.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
userinfo_example_test.go feat: generic Userinfo and Introspect functions (#389) 2023-05-05 12:36:37 +00:00
verifier.go chore(deps): migrage jose to go-jose/v3 (#433) 2023-09-01 14:33:16 +03:00
verifier_test.go Merge branch 'next' into next-main 2023-10-12 16:07:49 +03:00
verifier_tokens_example_test.go upgrade this module to v3 2023-03-20 13:38:21 +02:00