Skip to content

Latest commit

 

History

History
executable file
·
36 lines (26 loc) · 982 Bytes

README.md

File metadata and controls

executable file
·
36 lines (26 loc) · 982 Bytes

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