auth_service_dhz 0.1.9

A simple authentication service example with login and database connection.
Documentation
1
2
3
4
5
6

pub struct Credentials {
    pub username: String,
    pub password: String,
    pub is_login: bool,
}