2020-12-26 21:46:29 +01:00

6 lines
123 B
Rust

//! Endpoints to authenticate with an identity server.
pub mod get_account_information;
pub mod logout;
pub mod register;