fraiseql-auth
Authentication, authorization, and session management for FraiseQL. This crate provides the security layer that validates tokens, enforces access control policies, and manages user sessions across the FraiseQL server runtime.
Features
- OIDC/JWKS token validation
- PKCE OAuth flow
- JWT verification
- Role-based access control
- Session management
- Constant-time token comparison
Usage
[]
= "2.1.0"
Documentation
License
MIT OR Apache-2.0