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"