Path:Documentation Index
Fetch the complete documentation index at: https://docs.authplugin.com/llms.txt
Use this file to discover all available pages before exploring further.
/dashboard — Protected page (requires login)
Setup
-
Create a page at
/dashboardin Framer - Add this page to Protected Pages in the plugin panel
-
Insert these components from Auth Plugin > Components:
- Identity Label — Shows the user’s name
- Sign Out Button — Lets the user log out
-
Drag them onto your
/dashboardpage
How Protection Works
When a visitor tries to access/dashboard without being signed in, the Shield Script automatically redirects them to your sign-in page. After they sign in, they’re sent back to the dashboard.
Code Overrides
You can also use code overrides on any element:- ShowWhenAuthenticated — Only visible when signed in
- ShowWhenGuest — Only visible when not signed in
- IdentityName — Replaces text with the user’s name
- IdentityEmail — Replaces text with the user’s email