Best way to create a TOKEN system to authenticate web service calls?

后端 未结 2 720
北恋
北恋 2020-12-12 18:34

I\'d like to create a web service architecture that can be called by various platforms such as mobile devices, winforms applications, iphone, blackberry, you name it. So go

2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-12 19:13

    You should check out OAuth. It's a standard for API authentication, you can probably just plug an existing implementation into your service.

提交回复
热议问题