Login
4 branches 0 tags
Ben (Desktop/Arch) Removed (now) superfluous bun.lock 64131b9 1 month ago 151 Commits
rubhub / src / controllers / auth / mod.rs
mod login;
mod logout;
mod registration;

pub use login::{handle_login, login_page};
pub use logout::logout;
pub use registration::{handle_registration, registration_page};