silent authentication using node.js as Authorization Server (AS) and Client as a single HTML file
first make sure you have node and npm installed then run the command:
npm i
this is to install all dependencies.
npm run dev
or
npm start
you will need some enviromental variabes . ACCESS_TOKEN_SECRET ,REFRESH_TOKEN_SECRET and MONGO_URI