REST service authentication

前端 未结 3 1576
名媛妹妹
名媛妹妹 2020-12-05 00:57

What are the best practice for implementing authentication for REST apis?

Using BASIC auth + SSL or something like http://tools.ietf.org/html/draft-hammer-http-token

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-05 01:26

    You could have a look here, IdentityModel has Web API support:

    http://thinktecture.github.com/Thinktecture.IdentityModel.45/

提交回复
热议问题