Single Page App
Summary
SkyJoy allows you to add authentication to almost any application type quickly. This guide demonstrates how to integrate SkyJoy Authentication and display user profile information in any Single Page Application (React, Angular…, etc.).
Before you begin
To use this quick start, you’ll need to:
Contact SkyJoy Team (integration@galaxyjoy.vn) to get Client Credentials.
Have NodeJS and npm installed on your machine.
Setup
Here is an example with ReactJS, you can setup with other frameworks such as AngularJS, VueJS, …, etc
Install the SkyId Javascript package
Install the package by running the following commands in your terminal:
Configure Client Credential
Initialize SkyId and configure your client credentials:
Add a login button to your application UI
Handle Login process
You can trigger the login process by calling the skyid.login()
function
Handle Logout
You can call skyid.logout()
function to log out
Authentication Status
Last updated
Was this helpful?