VanillaJS
This guide explains how to set up your Vanilla javascript project to begin using @badisi/auth-js
.
Before using it
Make sure you properly configured your 👉 Authentication Provider.
Installation​
-
Install the library from the NPM repository
- npm
- yarn
npm install @badisi/auth-js --save
yarn add @badisi/auth-js
-
...
noteComing soon..