Build your own Frontend
Utilize our REST APIs and NodeJs SDK methods to implement and customize the authentication experience.
Cobalt provides APIs and SDK functions that allow your customers to connect your platform with the third party applications.
Pre-requisites
Below are a few pre-requisites that you need to do before moving forward:
1. Create Linked Account
In order to enable your customer to connect to third party app, you first need to create a Linked account for them using a unique identifier.
Know more about Linked Accounts and how you can create one in the guide here.
We recommend you create a linked account at the same time as your customer signs up within your app.
2. Generate Session Token
Generate a Session Token for your Linked Account.
The session token gets expired in 24 hours. Please make sure you generate a new token in every new session or within 24 hours.
Steps to implement
The general steps to build your own flow are:
By completing these steps, you have successfully implemented your own frontend for authentication with apps.