| Crates.io | hackclub_auth_api |
| lib.rs | hackclub_auth_api |
| version | 0.0.9 |
| created_at | 2025-12-17 07:33:42.143384+00 |
| updated_at | 2025-12-23 14:35:54.700756+00 |
| description | a crate to interact with hackclubs oauth api, its unoficial :p |
| homepage | |
| repository | https://github.com/YoussefDevPro/HCA_api |
| max_upload_size | |
| id | 1989500 |
| size | 76,046 |
A Rust library for interacting with the Hack Club OAuth and Identity API.
It supports OAuth login, token exchange, identity fetching, external verification checks, and JWT (id_token) verification using Hack Club JWKs.
Create a hca.toml file:
client_id = "your_client_id"
client_secrets = "your_client_secret"
redirect_uri = "http://localhost:3000/callback"
Then you can start sniffing users and log them into your application :3.