pub mod base; pub mod clear; pub mod parse; pub mod signin; pub mod signup; pub mod token; pub mod verify; pub const TOKEN: &str = "Bearer ";