auth-server-demo:Spring授权服务器0.1.0 && Spring Boot 2.4.2

时间:2021-05-12 10:46:04
【文件属性】:
文件名称:auth-server-demo:Spring授权服务器0.1.0 && Spring Boot 2.4.2
文件大小:59KB
文件格式:ZIP
更新时间:2021-05-12 10:46:04
附件源码 文章源码 授权码认证 curl --location --request GET ' http://localhost:3000/oauth2/authorize?client_id=pig&client_secret=pig&response_type=code&redirect_uri=http://localhost:8080/renren-admin/sys/oauth2-sso ' 获取令牌 curl --location --request POST ' http://localhost:3000/oauth2/token ' \ --header ' Authorization: Basic cGlnOnBpZw== ' \ --header ' Content-Type: application/x-www-form-urlencoded ' \ --data-urlencode '
【文件预览】:
auth-server-demo-master
----pom.xml(2KB)
----mvnw(10KB)
----src()
--------test()
--------main()
----.gitignore(543B)
----.mvn()
--------wrapper()
----README.md(1KB)
----mvnw.cmd(6KB)
----HELP.md(1KB)

网友评论