hackclub_auth_api

Crates.iohackclub_auth_api
lib.rshackclub_auth_api
version0.0.9
created_at2025-12-17 07:33:42.143384+00
updated_at2025-12-23 14:35:54.700756+00
descriptiona crate to interact with hackclubs oauth api, its unoficial :p
homepage
repositoryhttps://github.com/YoussefDevPro/HCA_api
max_upload_size
id1989500
size76,046
Youssef lmouden (YoussefDevPro)

documentation

README

HCAuth

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.


Setup

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.

Commit count: 0

cargo fmt