BasicOIDC/src
Pierre Hubert 4f7c56a4b8
All checks were successful
continuous-integration/drone/push Build is passing
Loads clients list only once (#106)
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
2023-04-17 16:49:19 +00:00
..
actors Fix logic bug on sign in 2022-12-03 12:43:59 +01:00
controllers Loads clients list only once (#106) 2023-04-17 16:49:19 +00:00
data Add default clients (#105) 2023-04-15 10:19:15 +00:00
middlewares Add IP location service 2022-11-12 17:02:34 +01:00
utils Update to code to Rust 1.67 2023-02-02 10:22:15 +01:00
constants.rs Log all user actions on stdout 2022-11-19 13:38:24 +01:00
lib.rs Add code challenge support 2022-04-14 18:04:01 +02:00
main.rs Loads clients list only once (#106) 2023-04-17 16:49:19 +00:00