neuron-auth-oidc
OIDC client credentials / token exchange auth provider for neuron (stub)
Overview
neuron-auth-oidc will implement AuthProvider using the OIDC
client credentials grant and
token exchange flows. It handles token
caching and refresh before expiry.
Status: stub. The trait implementation and config types are defined; the HTTP client integration is in progress. The interface is stable.
Usage
[]
= "0.4"
= "0.4"
use OidcAuthProvider;
use AuthProvider;
use Arc;
let auth: = new;
Part of the neuron workspace
neuron is a composable async agentic AI framework for Rust. See the book for architecture and guides.