Overview
PropelAuth provides end-to-end managed user authentication and lets your users manage their own accounts and teams. Our mission is to get our customers back to working on their core product as quickly as possible.
Get started
Configure your authentication, integrate your product, and go live.
Example applications
See full applications built from scratch, with every step documented.
Full Reference
Full reference for all our frontend and backend libraries
Sign up
Create a new account with PropelAuth
How does it work?¶
After signing up, you will have a dedicated, hosted authentication service. While PropelAuth hosts this service, it is fully customizable and will appear under your domain name (https://auth.yourdomain.com), so it feels like part of your application.
This hosted service includes self-service portals for your end users to sign up for your product, invite their coworkers, and manage roles (RBAC) within their organization.
From there, you can integrate your frontend and backend with your authentication service. This allows your code to do things like distinguishing logged-in users from logged-out users, check if a user is at least an admin of an organization, or make/handle HTTP requests on behalf of your users.