摘要:
Refresh tokens can potentially improve the situation but also increase complexity. A refresh token is a long lived token that allows requesting new access tokens without having to present the user cre... 阅读全文
摘要:
The Web API v2用户认证模板提供了流行的应用用户认证场景,如.使用本地帐号的用户名密码认账 (包括创建用户、设置和修改密码)以及使用第三方的认证方式,如facebook,google等等– 在本地中包含了外部帐号的连接 所有的这些均通过使用一个OAuth2认证服务进行. To make all that happen the template combines quite... 阅读全文
摘要:
Fixing ASP.NET MVC 4 Web API 404Posted onNovember 5, 2012For a Web Service providing some REST-style URIs to access the data, I decided to use theASP.NET MVC 4 Web API. Once developed, tested and deployed I experienced a mysterious 404 on my production server.The Web API started originally asWCF Web 阅读全文