Update README

This commit is contained in:
Pierre HUBERT 2022-04-18 17:17:02 +02:00
parent 8c93efd6cd
commit c0d1c41b4c

View File

@ -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. In order to run BasicOIDC for development, you will need to create a least an empty `clients.yaml` file inside the storage directory.
Features : Features :
* [x] `authorization_code` authentication flow * [x] `authorization_code` flow
* [x] Client authentication using secrets * [x] Client authentication using secrets
* [x] Bruteforce protection * [x] Bruteforce protection
* [ ] 2 factors authentication * [ ] 2 factors authentication
* [ ] TOTP
* [ ] Using a security key
* [ ] Fully responsive webui * [ ] Fully responsive webui
## Compiling ## Compiling