Advanced — Aquilia Documentation
Comprehensive guide and documentation for Advanced in the Aquilia framework. View API reference, examples, and implementation patterns.
import useTheme from '../../../context/ThemeContext' import CodeBlock from '../../../components/CodeBlock' import Link from 'react-router-dom' import ArrowLeft, ArrowRight, Shield from 'lucide-react' import NextSteps from '../../../components/NextSteps' export function AuthAdvanced() const theme = useTheme() const isDark = theme === 'dark' return ( Auth / Advanced Credentials, AuthManager, OAuth2 & MFA Deep dive into AquilAuth's credential system, authentication manager, OAuth2/OIDC provider, and multi-factor authentication engine. /* Credentials */ Credential System Credentials are typed, status-tracked authenticators attached to an Identity. Aquilia supports multiple credential types per identity. Guards Authorization )
Go to Homepage