How does 2-legged oauth work in OAuth 2.0?

前端 未结 2 550
孤城傲影
孤城傲影 2020-12-07 08:25

In OAuth 1.0, 2-legged is pretty easily: Simply send the request as usual and omit the access_token header.

Things seems to have changed in OAuth 2.0 (d

2条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-07 09:05

    You can also check out Google's implementation of 2-legged OAuth2 (I believe this documentation has been published only recently).

    The Google Drive SDK delegation docs should also help understanding Google's 2-legged OAuth2 implementation.

提交回复
热议问题