Páginas · Laravilt
Panel Authentication
Enable login, registration, two-factor, social login, passkeys and other auth features per panel.
Each panel turns on the auth features it needs. Every feature method accepts optional page and path arguments, so you can swap in a custom page class or URL. Each also has a disable*() counterpart. For details on each feature, see the Auth section.
Basic Authentication
php
One-Time Passwords & Magic Links
php
Two-Factor Authentication
php
Social Login
php
Available providers: GoogleProvider, GitHubProvider, FacebookProvider, TwitterProvider, LinkedInProvider, DiscordProvider and JiraProvider.
Passkeys (WebAuthn)
php
Account Management
php
Complete Example
php
Next Steps
- Auth: how each auth feature works
- Multi-Tenancy: tenant-aware panels