简体   繁体   English

Azure移动服务用户名和密码自定义身份验证?

[英]Azure Mobile Services username and password custom authentication?

I'm currently rewriting an AngularJS application to use Azure Mobile Services for the back end. 我目前正在重写AngularJS应用程序,以将Azure移动服务用于后端。

Unfortunately I can't find an obvious simple login authentication mechanism that uses a username and password combination. 不幸的是,我找不到使用用户名和密码组合的显而易见的简单登录身份验证机制。 Ideally the solution would include registration, login, logout and password resets. 理想情况下,解决方案将包括注册,登录,注销和密码重置。

As of 24/Oct/2014 this is the most requested feature on the official Azure Feedback page , so I'm not the only one looking (550 and counting). 截至2014年10月24日,这是Azure官方反馈页面最受欢迎的功能 ,因此我并不是唯一一个使用该功能的用户(550个并在计数)。

Can anyone recommend one or know about a possible solution from Microsoft that is in the pipeline? 谁能推荐一个或知道即将推出的Microsoft解决方案?

I don't want to write a custom simple provider, then replace it shortly after... Both Parse and Firebase have simple authentication providers so I'm sure MS will provide one at some point. 我不想编写一个自定义的简单提供程序,然后在不久后替换它。...Parse和Firebase都具有简单的身份验证提供程序,因此我确定MS会在某个时候提供一个。

This article describes how to create a .net backend in mobile services that uses custom authentication, including registration and log-in 文章介绍如何创建在移动服务.NET后端使用自定义的认证,包括注册和登录

This one shows the same with JS backend and iOS client 与JS后端和iOS客户端的显示相同

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM