auth_service_learning 0.1.0

Example authentication server for learning
Documentation
1
2
3
4
pub struct Credentials {
    pub username: String,
    pub password: String,
}