From e602f84b0b3d2659843ec3bec39cc476433125af Mon Sep 17 00:00:00 2001 From: Livio Amstutz Date: Tue, 18 May 2021 08:59:33 +0200 Subject: [PATCH] feat: refresh token add missing feature commit and readme update --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 41c5d85..34c8717 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ TBD ## Features -| | Code Flow | Implicit Flow | Hybrid Flow | Discovery | PKCE | Token Exchange | mTLS | JWT Profile | -|----------------|-----------|---------------|-------------|-----------|------|----------------|---------|-------------| -| Relaying Party | yes | yes | not yet | yes | yes | partial | not yet | yes | -| Origin Party | yes | yes | not yet | yes | yes | not yet | not yet | yes | +| | Code Flow | Implicit Flow | Hybrid Flow | Discovery | PKCE | Token Exchange | mTLS | JWT Profile | Refresh Token | +|----------------|-----------|---------------|-------------|-----------|------|----------------|---------|-------------|---------------| +| Relaying Party | yes | yes | not yet | yes | yes | partial | not yet | yes | yes | +| Origin Party | yes | yes | not yet | yes | yes | not yet | not yet | yes | yes | ### Resources