thatkingguy_auth_service 0.1.0

Example auth service for rust class
Documentation
1
2
3
4
5
6
7
pub mod models; 
    // models::Credentials is the relative path
    pub fn login(creds: models::Credentials) {
      // this is an absolute path
      crate::database::get_user()
  }