Three types of auth: client credential grant, implicit grant, authorization code grant.
This repository contains three modules, run the following steps inside each module.
yarn
to install all dependencies.yarn dev
to start development environment.yarn build
for admin moduleyarn start
to start production environment
MIT