authelia/handlers
Clement Michaud 828f565290 Bootstrap Go implementation of Authelia.
This is going to be the v4.

Expected improvements:
- More reliable due to static typing.
- Bump of performance.
- Improvement of logging.
- Authelia can be shipped as a single binary.
- Will likely work on ARM architecture.
2019-10-28 23:28:59 +01:00
..
const.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
errors.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
handler_2fa_available_methods.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
handler_2fa_available_methods_test.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
handler_2fa_preferences.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
handler_2fa_preferences_test.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
handler_firstfactor.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
handler_firstfactor_test.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
handler_logout.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
handler_logout_test.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
handler_register_totp.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
handler_register_u2f_step1.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
handler_register_u2f_step2.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
handler_reset_password_step1.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
handler_reset_password_step2.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
handler_sign_duo.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
handler_sign_duo_test.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
handler_sign_totp.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
handler_sign_u2f_step1.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
handler_sign_u2f_step2.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
handler_state.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
handler_state_test.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
handler_verify.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
handler_verify_test.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
safe_redirection.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
safe_redirection_test.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00
types.go Bootstrap Go implementation of Authelia. 2019-10-28 23:28:59 +01:00