Login: Create a Working User Login Page
See the real Demo Projects HQ login flow, from the page form to the shared Security Provider.
Build a Working Login Flow
Use this hub when you want the full login chain in one place. Start with the shared provider and login form, then move into protected pages, redirects, and secure follow-up actions.
Choose a login flow path
Section titled “Choose a login flow path”Start with the shared provider and form wiring, then continue into protected pages and secure actions.
Start here
Setting up Site Security Settings
Understand Wappler Security Providers, provider types, and the shared settings that power login and access control across a project.
Security Provider fundamentals
See how Security Providers drive login sessions, action restrictions, and protected page flows across a Wappler project.
Server Connect components (data + forms)
Load data and submit forms via Server Connect components, using built-in state (executing/lastError/data).
Continue with protected app flows
Security: Restricting Access to Your Page
Use the App Root security properties to understand shared layout protection, page-specific access rules, and the inspector fields that control login and permission redirects.
Role-Based Redirects After Login
Use provider permissions and route decisions to send different Wappler users to the right post-login destination.
Logout Button and Session Exit
Build a predictable logout flow in Wappler so sessions end cleanly and protected areas become inaccessible immediately.
Demo walkthrough: Route, page, and action handoff
Use Demo Projects HQ to connect route-aware pages, layouts, and the real Server Connect actions that power them.
Demo walkthrough: User update (routing + session + security)
Use the real users/update.json action in Demo Projects HQ to connect route params, session context, permissions, and a secure database update.
Expand the auth flow
Register and Auto Login
Plan a registration flow in Wappler that creates the account, starts the session, and hands the user into the app cleanly.
Google OAuth Login
Understand how Google OAuth fits into Wappler security flows, from provider setup to callback handling and protected routes.
Secure Server-Side Data
Learn how Wappler protects server actions with shared providers, session context, and permission-aware enforcement.
Go to