Getting started
Start your journey here!
Prerequisites
NodeJS https://nodejs.org/en
Yarn
npm i -g yarn
East sign-in component https://www.npmjs.com/package/@eastsdk/react
Initialize project
Initialize your javascript project with
Or, if you have a React project initialize it with create-react-app or create-next-app for nextJS project.
Installing package
Install the javascript sdk
If you are using React or NextJS, you can use the React component for easy integration
Using the package
On your code, import the following to use the sdk-js
To begin your login page integration, go to the next page.
Last updated