Compare commits

...

2 Commits

Author SHA1 Message Date
c0d1c41b4c Update README 2022-04-18 17:17:02 +02:00
8c93efd6cd Update copyright notice 2022-04-18 17:15:11 +02:00
2 changed files with 4 additions and 2 deletions

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.
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

View File

@ -55,7 +55,7 @@
TO_REPLACE
{% endblock content %}
<p class="mt-5 mb-3 text-muted">&copy; 2022 -
<p class="mt-5 mb-3 text-muted">&copy; Pierre Hubert 2022 -
<script>document.write(new Date().getFullYear())</script>
</p>