How to use the JavaScript SDK in a React App
· 5 min read
We just released the first version for the JavaScript SDK.
This can be installed in your projects either with npm, either with yarn.
In order to add the Simple-JWT-Login SDK to your project, just type:
npm install "simple-jwt-login"
or
yarn add "simple-jwt-login"
