You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.3 KiB
1.3 KiB
授权码流程
- 先获取验证code码(GET)
- http://localhost:8080/summer/oauth/authorize?client_id=robin&client_secret=112211&response_type=code&redirect_uri=http://www.baidu.com&scope=all
- 请求token(post)
- http://localhost:8080/summer/oauth/token?code=6N2Ugf&grant_type=authorization_code&redirect_uri=http://www.baidu.com&scope=all
- base auth
- username : robin
- password : 112211