/esup-otp-push

Also called "Esup Auth" on Google Play Store

Primary LanguageJavaScript

Esup Auth

Esup Auth is a mobile application used as an additional authentication factor using push notifications

Installation

Platform generation

browser:

  • cd esup-otp-push
  • cordova platform add browser
you can launch the browser in localhost with the following command :
  • cordova serve

android:

  • cd esup-otp-push
  • cordova platform add android

ios:

  • cd esup-otp-push
  • cordova platform add ios