website logo
⌘K
GETTING STARTED
Getting started with Pathfix
Introduction
OAuth Connect Page
Custom Redirect Domain
Monitoring Activity
Workspace
Extensions
Security
Notifications
Event Callback
Scopes
Provider reference
Access tokens
SDK's
BUBBLE.IO INTEGRATION
Bubble.io Documentation
ADALO INTEGRATION
Adalo Documentation
Adalo User Authorization
Adalo API Call
DEVELOPER CENTER
Developer center
Pathfix Consent Screen (preview)
Module dependencies
Step-by-Step
General
JavaScript
PROVIDER SETUP DOCS
Integration Setup Docs
Identity Auth
Integrating with Airtable
Integrating with Box
Integrating with Hubspot
Integrating with GitHub
Integrating with Google Tasks
Integrating with Instagram Graph API
Integrating with LinkedIn
Integrating with Pipedrive
Integrating with Quickbooks
Integrating with Stripe
Integrating with Stripe-Server
Integrating with Slack
Integrating with TikTok
Integrating with Typeform
Integrating with WooCommerce
Integrating with Xero
Integrating with Zoom
Docs powered by archbee 
7min

$pinc.ui.auth

Dependencies

  • $pinc
  • $pinc.oauth
  • $pinc.auth

Script module (separate each by a comma)

  • pinc.auth.min
  • ui.auth

What does it do?

Our ui.auth module depends heavily on the pinc.auth.module and provides a user interface to enable the equivalent of a multi provider SSO. The is the primary module behind the Single Sign on (SSO) / Social login

Primary Functions

  • Render list of login buttons based on $pinc.auth.providers
  • Listen to internal events of $pinc.auth module and convert them into simplified events that map to data-on-logged-out and data-on-logged-in

Example

Part 1. Code to include in the Login Page

HTML
JS
|



Part 2. Code to include in your Redirect Page

HTML
|





Updated 21 Sep 2020
Did this page help you?
Yes
No
UP NEXT
Integration Setup Docs
Docs powered by archbee 
TABLE OF CONTENTS
What does it do?