Loads clients list only once (#106)
All checks were successful
continuous-integration/drone/push Build is passing

Currently, the list of client is loaded separately for each Actix HTTP handler threads.

In prevision of future improvements, it is worthwhile to load this list only once.

Reviewed-on: #106
This commit is contained in:
2023-04-17 16:49:19 +00:00
parent 6d2e52d632
commit 4f7c56a4b8
4 changed files with 21 additions and 10 deletions

View File

@ -64,5 +64,7 @@ Corresponding client configuration:
> Note: We do need to use real domain name instead of IP address due to the `webauthn-rs` crate limitations. We therefore use the `nip.io` domain helper.
OAuth proxy can then be access on this URL: http://192.168.2.103:4180/
## Contributing
If you wish to contribute to this software, feel free to send an email to contact@communiquons.org to get an account on my system, managed by BasicOIDC :)