WidgetsUpdated Mar 6, 2026
Firesky
People Login
A sign-in widget for congregation members to authenticate on your church website. Once signed in, users get access to personalized widgets like My Contributions, My Groups, and My Household.
Supported Providers
- Firesky — Authentication managed by Firesky. Available to all churches.
Embed
<fs-people-login></fs-people-login>
No attributes required.
Features
- Sign in / Sign up — Members sign in with email and password, or create an account
- Shared auth state — Once signed in, the session is shared automatically with other Firesky widgets on the same page (e.g. My Contributions)
- Persistent session — Auth tokens stored in localStorage; session persists across page loads
How It Works
- Visitor clicks "Sign In" on the widget
- They enter their email and password (or register)
- Firesky authenticates them and returns a session token
- Other widgets on the page (My Groups, My Contributions, etc.) automatically detect the session and load personalized data
Requirements
- Add allowed origins in Dashboard → Widgets → Allowed origins
- Embed the Firesky script before using the widget
Use Case
Add to any page where you want congregation members to access their personal data — giving history, group membership, or household information. Place it alongside the personalized widgets it unlocks.
Note: People Login uses Firesky's native authentication. For Ministry Platform OAuth login, see User Login instead.