Skip to main content

Crate slim_auth

Crate slim_auth 

Source

Modulesยง

auth_provider
Unified authentication provider and verifier enums
builder
Builder pattern implementation for auth components.
errors
file_watcher
identity_claims
Identity claims abstraction for consistent handling between identity creation and verification.
jwt
jwt_middleware
metadata
Generic, arbitrarily nested metadata map structure that can be attached to configuration structs. Each value can be a string, number, list or another map. This provides an escape hatch for custom configuration without changing the strongly typed configuration surface.
oidc
refresh_token
resolver
shared_secret
Shared-secret based token generation and verification.
spire
SPIRE integration for SLIM authentication
traits
Common traits for authentication mechanisms.
utils
General utility helpers for the authentication crate.