Skip to content

EsupPortail/esup-otp-push

Repository files navigation

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