Compare commits
No commits in common. "c0d1c41b4c70b830b7318e5ebf5c43a2697d32dd" and "5cf1f63674343c9dbd22ab759730e2bdd0cb1bfc" have entirely different histories.
c0d1c41b4c
...
5cf1f63674
@ -21,12 +21,10 @@ 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` flow
|
* [x] `authorization_code` authentication 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
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
TO_REPLACE
|
TO_REPLACE
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|
||||||
<p class="mt-5 mb-3 text-muted">© Pierre Hubert 2022 -
|
<p class="mt-5 mb-3 text-muted">© 2022 -
|
||||||
<script>document.write(new Date().getFullYear())</script>
|
<script>document.write(new Date().getFullYear())</script>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user