Connect Workspace
The plugin reads your Framer project ID, name, and published URLs. It creates a workspace in the Auth Plugin backend linked to your project.
Configure Protected Pages
Choose which pages require authentication. Common setup:
You can change these later from the Protected Pages section in the plugin.
| Path | Protected |
|---|---|
/ (Home) | No |
/dashboard | Yes |
/account | Yes |
Insert Scripts
Two scripts are auto-injected into your site:
- Shield Script (head) — Checks auth state and redirects unauthenticated visitors on protected pages
- Relay Script (body) — Manages session tokens and refresh
Don’t remove these scripts from Framer’s custom code settings. They’re required for auth to work.
Insert Components & Overrides
Three starter components are added:
- Sign In Form
- Sign Up Form
- Sign Out Button
ShowWhenAuthenticated, IdentityName, and TriggerSignOut.You can insert more components later from the Components page.