getlocksmith
Official Rust client for the Locksmith public auth API (async, reqwest).
Crate: getlocksmith (the name locksmith is already taken on crates.io).
Install
Add to Cargo.toml:
= "0.1"
Requirements
- Rust 1.70+ (edition 2021)
- API key prefix
lsm_live_orlsm_sbx_.
Quick start
use LocksmithClient;
async
Local JWT verification
let payload = verify_token?;
License
MIT