OAuth Overview
OAuth, otherwise known as Social Login or Social SSO, is an easy way for end users to sign-up and login to your application through their authenticated identity on common OAuth providers, such as Google or Microsoft.
API Objects & Endpoints
API Resources | Description |
---|---|
Organization | A top-level tenant that groups members, auth settings, roles, and other identity configurations. |
Member | Represents an authenticated user who is a member of a specific Organization. |
OAuth | A collection of OAuth endpoints for login and signup via social identity providers. |
Member Session | A managed session that tracks a Member's logged-in state using JWTs or session tokens. |