| Crates.io | tongji-oauth |
| lib.rs | tongji-oauth |
| version | 0.1.0 |
| created_at | 2025-04-09 02:44:08.588303+00 |
| updated_at | 2025-04-09 02:44:08.588303+00 |
| description | An SDK used for login into Tongji University's authentication system. |
| homepage | |
| repository | https://github.com/Hell-Tractor/tongji-oauth |
| max_upload_size | |
| id | 1626223 |
| size | 64,198 |
一个用于完成同济大学统一身份认证的Rust语言SDK
use tongji_oauth::Client;
async fn func() {
let client = Client::new();
let session_id = client.login("username", "password").await.unwrap();
// do whatever you want
let reqwest_client = &client.client;
}
本项目仅供学习交流使用,请勿利用本项目对学校系统正常运行造成负面影响。