Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ionic-framework/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Cordova 向Azure移动服务添加身份验证的示例?_Cordova_Ionic Framework_Azure Mobile Services - Fatal编程技术网

Cordova 向Azure移动服务添加身份验证的示例?

Cordova 向Azure移动服务添加身份验证的示例?,cordova,ionic-framework,azure-mobile-services,Cordova,Ionic Framework,Azure Mobile Services,本教程: 介绍如何向Cordova应用程序添加第三方身份验证。不幸的是,它不适用于Ionic应用程序-例如,Ionic应用程序中的index.html文件没有内容安全策略标记,并且根本没有index.js文件 有人知道如何完成本教程所描述的任务吗 index.js文件只是代码的JavaScript容器-您应该能够非常轻松地将其转换为Ionic应用程序。类似地,只需将内容安全策略添加到index.html文件,这是相当标准的 这就是说,爱奥尼亚基本上是有棱角的。我们的应用程序中包含一个示例-查看

本教程:

介绍如何向Cordova应用程序添加第三方身份验证。不幸的是,它不适用于Ionic应用程序-例如,Ionic应用程序中的index.html文件没有内容安全策略标记,并且根本没有index.js文件


有人知道如何完成本教程所描述的任务吗

index.js文件只是代码的JavaScript容器-您应该能够非常轻松地将其转换为Ionic应用程序。类似地,只需将内容安全策略添加到index.html文件,这是相当标准的


这就是说,爱奥尼亚基本上是有棱角的。我们的应用程序中包含一个示例-查看js/controllers/authController.js文件,了解如何使用Angular controller登录。

index.js文件只是代码的JavaScript容器-您应该能够非常轻松地转换为Ionic应用程序。类似地,只需将内容安全策略添加到index.html文件,这是相当标准的

这就是说,爱奥尼亚基本上是有棱角的。我们的中包含一个示例-查看js/controllers/authController.js文件,了解如何使用Angular控制器登录