OAuth v2 communication between authentication and resource server

后端 未结 2 1792
不思量自难忘°
不思量自难忘° 2021-01-29 19:13

I\'m having some troubles understanding how OAUTH-v2 works.

The OAuth version 2 spec reads:

  1. Accessing Protected Resources

2条回答
  •  醉酒成梦
    2021-01-29 19:49

    One example of resource- to authorization server API is the one at Google Developers Website.
    It doesn't specify the format of the access token though, but the response seems pretty universally useful.

提交回复
热议问题