spring security oauth2

时间:2021-07-01 14:41:19

https://connect.qq.com/manage.html#/

http://wiki.connect.qq.com/%E7%BD%91%E7%AB%99%E5%BA%94%E7%94%A8%E6%8E%A5%E5%85%A5%E6%B5%81%E7%A8%8B

https://spring.io/guides/topicals/spring-security-architecture

https://github.com/brant-hwang/spring-boot-social-example

http://blog.csdn.net/hello_worldee/article/details/78136890

https://github.com/xfcjscn/spring-social-qq.git

Spring Boot Oauth2 with H2 database
https://github.com/rajithd/spring-boot-oauth2

使用oauth2.0写的简单的client和认证Server,使用了@EnableOAuth2Sso注解来模拟单点登陆
https://github.com/jiangchao123/oauthserver

Spring-Boot projects using: Zuul, Cloud OAuth2 and OAuth2Sso
https://github.com/flindby/spring-oauth2-zuul

springsecurity oauth2 认证方式实现 数据库存储
https://github.com/shotcat/oauth2

Spring Boot Framework - Maven - OAuth2 - JWT - MySql - Email Sender
https://github.com/cpapidas/Spring-Boot-OAuth2-JWT-MySQL

1、使用Redis 存储AccessToken 2、使用MySQL 存储ClientDetails和UserDetails信息
https://github.com/zth390872451/oauth2-redis-mysql

使用spring-cloud-security-oauth2来实现oauth server和resource server,oauth Server和resource Server分开,resource Server实现了两种方式,一种是当用token调用受保护资源时,使用RemoteTokenServices来去oauth server去校验。另一种是共享数据库,然后资源服务器自己通过数据库进行校验。
https://github.com/jiangchao123/spring-cloud-security-oauth2-jdbc

A REST back-end framework, integrated by Spring Boot, MyBatis and Spring Security OAuth
https://github.com/ShawnyXiao/SpringBoot-MyBatis