cntm-nucleus
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.
Nucleus authentication SDK for Rust.
Installation
Quick Start
use NucleusClient;
let client = new;
let claims = client.verify_session.await?;
License
MIT