authly-core
Core traits and data structures for the authly-rs ecosystem.
This crate provides the foundational types and traits used across the authly framework, ensuring a consistent API for authentication providers, session stores, and identity management.
Features
Identitystructure for unified user information.OAuthProvidertrait for implementing new OAuth2 providers.CredentialsProvidertrait for password-based auth.UserMappertrait for mapping identities to local database users.- Standard
AuthErrortypes.
Usage
Add this to your Cargo.toml:
[]
= "0.1.0"
Part of authly-rs
This crate is part of the authly-rs workspace. authly is a modular, framework-agnostic authentication orchestration system for Rust.