BasicOIDC/src/controllers
2022-04-20 21:06:53 +02:00
..
admin_api.rs Replace type UserID with a structure 2022-04-19 19:40:36 +02:00
admin_controller.rs Replace Option<SecondFactor> with SecondFactor 2022-04-19 17:56:53 +02:00
assets_controller.rs Format code 2022-04-03 15:50:49 +02:00
base_controller.rs Enable bruteforce protection on login endpoint 2022-04-03 17:33:01 +02:00
login_controller.rs Automatically display first factor input form if there is only one 2022-04-20 12:06:56 +02:00
mod.rs Can remove created factors 2022-04-19 16:17:58 +02:00
openid_controller.rs Refuse to deliver token if code_verifier is present without code challenge 2022-04-20 09:52:00 +02:00
settings_controller.rs Start to work on 2FA 2022-04-18 19:23:43 +02:00
two_factor_api.rs Rename SecondFactor => TwoFactor 2022-04-19 17:57:50 +02:00
two_factors_controller.rs Generate & return webauthn registration challenge 2022-04-20 21:06:53 +02:00