欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

oauth2-php&java

程序员文章站 2022-07-09 17:13:22
...
一、oauth2 php整理

1、oauth2-server-php for windows 的那些坑 (研究中...)
https://www.cnblogs.com/endv/p/7775802.html

2、
code
http://localhost/oauth2-php/authorize.php?response_type=code&client_id=testtest&state=%E8%BF%99%E4%B8%AA%E6%98%AF%E4%BD%A0%E8%A6%81%E5%B8%A6%E7%9A%84%E5%8F%82%E6%95%B0

token
http://localhost/oauth2-php/authorize.php?response_type=token&client_id=testtest&state=%E8%BF%99%E4%B8%AA%E6%98%AF%E4%BD%A0%E8%A6%81%E5%B8%A6%E7%9A%84%E5%8F%82%E6%95%B0


二、oauth2 java整理
https://gitee.com/zkane/springboot2-oauth2

https://github.com/lexburner/oauth2-demo

https://github.com/bshaffer/oauth2-server-php

spring security OAuth2开发App认证框架
https://www.jianshu.com/p/24c00a751ee8