rupa_auth_service 0.1.0

Example auth services
Documentation
1
2
3
4
5
pub struct Credentials {
        pub username: String,
        pub password: String,
    }