But Seriously… Example of ASP.NET WebAPI implementation including OAuth

前端 未结 1 562
走了就别回头了
走了就别回头了 2021-02-06 01:53

I\'m really not interested in WCF samples. The DotNetOpenAuth implementations that I found are also incomplete or assume WCF. I\'ve found Thinkitecture.IdentityServer.45 which i

相关标签:
1条回答
  • 2021-02-06 02:19

    Basically, HMAC authentication is enough to solve your problem, check out in here:

    How to secure an ASP.NET Web API

    And:

    Web API creating API keys

    0 讨论(0)
提交回复
热议问题