REST HTTP Authentication - How?

前端 未结 4 1290
时光说笑
时光说笑 2020-12-13 14:36

So, I\'m developing a REST webservice using RESTeasy and Google App Engine. My question isn\'t related to GAE, but I mentioned it just in case it matters. It happens that na

4条回答
  •  不思量自难忘°
    2020-12-13 15:18

    You might look at using OAuth 2. It is significantly simpler then OAuth 1 and is actively being used on large REST API by Facebook and Google.

提交回复
热议问题