#login #hku #cookies

authku

HKU eLearning系统中用户友好的授权和认证客户端

3个版本

0.1.4 2023年7月18日
0.1.3 2023年7月18日
0.1.2 2023年7月18日
0.1.1 2023年7月11日
0.1.0 2023年6月27日

500身份验证 中排名

每月下载 27
hkulibrary 中使用

MIT/Apache

12KB
270

authku

HKU eLearning系统中授权和认证的Rust库,包括hkuportal、moodle、图书馆等。

用法

#[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();
}

待办事项

  • 门户
  • 图书馆
  • moodle

依赖项

~10–24MB
~375K SLoC