Skip to content

authorization and authentication in HKU eLearning system, including hkuportal, moodle, library, etc.

Notifications You must be signed in to change notification settings

adlsdztony/authku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

authku

A rust library for authorization and authentication in HKU eLearning system, including hkuportal, moodle, library, etc.

Usage

#[tokio::main]
async fn main() {
    let client = authku::Client::new();
    client.login_lib("uid", "password")
        .await.unwrap();

    client.login_portal("uid", "password")
        .await.unwrap();

    client.login_moodle("uid", "password")
        .await.unwrap();
}

TODO

  • portal
  • library
  • moodle

About

authorization and authentication in HKU eLearning system, including hkuportal, moodle, library, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages