/cordova-plugin-ms-azure-easyauth

Cordova plugin for authentication using Azure Mobile Apps server flow

Primary LanguageObjective-CApache License 2.0Apache-2.0

cordova-plugin-ms-azure-easyauth

Cordova plugin for authentication using Azure Mobile Apps server flow

Running sample

cordova plugin add --local ../../cordova-plugin-ms-azure-easyauth --link --variable EASYAUTH_APPID=REPLACE_THIS_WITH_EASY_AUTH_ID
cordova platform add ios
cordova run ios

Note the REPLACE_THIS_WITH_EASY_AUTH_ID string in the above commands. You need to replace this with the appropriate value before running the commands.