Esup Auth is a mobile application used as an additional authentication factor using push notifications
git clone https://github.com/EsupPortail/esup-otp-push.git
sudo apt install nodejs
sudo apt install npm
npm install -g cordova
Browser:
cd esup-otp-push
cordova platform add browser
Android:
cd esup-otp-push
cordova platform add android
iOS:
cd esup-otp-push
cordova platform add ios
You can launch the browser in localhost with the following command
cordova serve