From ff124f87f57ce68437f119801f4c1b0385079997 Mon Sep 17 00:00:00 2001 From: Livio Amstutz Date: Wed, 11 May 2022 10:19:16 +0200 Subject: [PATCH] docs(readme): update features and add contributors (#180) --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d71ff13..9b456c1 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,18 @@ CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://localhost:9998/ SCOPES="openid ## Features -| | Code Flow | Implicit Flow | Hybrid Flow | Discovery | PKCE | Token Exchange | mTLS | JWT Profile | Refresh Token | -|------------------|-----------|---------------|-------------|-----------|------|----------------|---------|-------------|---------------| -| Relying Party | yes | no[^1] | no | yes | yes | partial | not yet | yes | yes | -| OpenID Provider | yes | yes | not yet | yes | yes | not yet | not yet | yes | yes | +| | Code Flow | Implicit Flow | Hybrid Flow | Discovery | PKCE | Token Exchange | mTLS | JWT Profile | Refresh Token | Client Credentials | +|------------------|-----------|---------------|-------------|-----------|------|----------------|---------|-------------|---------------|--------------------| +| Relying Party | yes | no[^1] | no | yes | yes | partial | not yet | yes | yes | not yet | +| OpenID Provider | yes | yes | not yet | yes | yes | not yet | not yet | yes | yes | yes | + +## Contributors + + + + + +Made with [contrib.rocks](https://contrib.rocks). ### Resources