Authentication Components
Sign In Form
AuthEmail & password login with built-in validation, custom error messages, and redirect URL support.
Sign Up Form
AuthRegistration form with name, email, password, and confirm password. Includes validation and auto-login after signup.
Forgot Password
AuthPassword reset request form. Sends a reset email with a secure token link.
Reset Password
AuthSet a new password using a token from the reset email. Includes password confirmation.
OTP Verification
AuthTwo-step code verification via email. Users enter a 4-6 digit code sent to their inbox.
Magic Link
AuthPasswordless sign-in. Users enter their email, receive a link, click it, they're authenticated.
Social Auth Buttons
AuthPre-built Google & GitHub OAuth buttons. Auto account linking for existing users.
Sign Out Button
ActionCustomizable logout button. Signs out the user and redirects to a specified URL.
User Identity Components
Profile Form
UserEdit user profile, name, email, and custom fields. Auto-populates with current user data.
Avatar Component
UserDisplays user profile image with upload capability. Falls back to initials.
Identity Label
DisplayDisplays the authenticated user's name or email as text content.
Access Control Components
Access Switch
GatingShows or hides child content based on authentication state or grant ownership.
Auth Plugin Overrides
Code5 code overrides for visibility control, data injection, and custom auth actions.