From 5e1ddf28a30a970bade28e0fe725ee81ab7f3951 Mon Sep 17 00:00:00 2001 From: Samuel Gulliksson Date: Tue, 23 Jul 2019 22:05:01 +0200 Subject: [PATCH] Update README with what OpenID Connect flows are supported. (#55) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5c80f3..adb7848 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ This Flask extension provides simple OpenID Connect authentication, backed by [pyoidc](https://github.com/rohe/pyoidc). -*Currently only ["Authorization Code Flow"](http://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth) is supported.* +["Authorization Code Flow"](http://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth), as well as +["Implicit Flow"](https://openid.net/specs/openid-connect-core-1_0.html#ImplicitFlowAuth) and +["Hybrid Flow"](https://openid.net/specs/openid-connect-core-1_0.html#HybridFlowAuth), is supported. ## Example