From c0d1c41b4c70b830b7318e5ebf5c43a2697d32dd Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Mon, 18 Apr 2022 17:17:02 +0200 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9ad2f5..0b6cf35 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,12 @@ On the first run, BasicOIDC will create a new administrator with credentials `ad In order to run BasicOIDC for development, you will need to create a least an empty `clients.yaml` file inside the storage directory. Features : -* [x] `authorization_code` authentication flow +* [x] `authorization_code` flow * [x] Client authentication using secrets * [x] Bruteforce protection * [ ] 2 factors authentication + * [ ] TOTP + * [ ] Using a security key * [ ] Fully responsive webui ## Compiling