Security Provider fundamentals
See how Security Providers drive login sessions, action restrictions, and protected page flows across a Wappler project.
Security Provider fundamentals
Section titled “Security Provider fundamentals”Use this bridge to connect the pieces of Wappler security that beginners often see separately: the shared provider configuration, the login flow that creates session state, the restricted routes or pages that depend on it, and the protected Server Connect actions that enforce that state.
In Demo Projects HQ the provider is not abstract. It is a Database provider named security, backed by the users table, with password verification enabled and an admin permission derived from the role column. That makes it a strong reference example for the most common real-world setup.
Security Provider fundamentals
Section titled “Security Provider fundamentals”Start with the shared provider layer, then follow it into the Demo Projects HQ login flow, page restriction, and secure server actions.