cntm-nucleus
Nucleus authentication SDK for Rust.
Warning: DEV PREVIEW — This crate is under active development and is NOT ready for production use. APIs may change without notice. For updates, watch the Nucleus repo.
Verify sessions and manage users from your Rust backend.
Part of Nucleus — high-performance, self-hosted auth platform.
Installation
Quick Start
use NucleusClient;
let client = new;
let claims = client.verify_session.await?;
println!;