suliangbo's Stars
shuaicj/zuul-auth-example
Use Zuul and Spring Security for a global authentication.
jiangchao123/spring-cloud-security-oauth2-jdbc
使用spring-cloud-security-oauth2来实现oauth server和resource server,oauth Server和resource Server分开,resource Server实现了两种方式,一种是当用token调用受保护资源时,使用RemoteTokenServices来去oauth server去校验。另一种是共享数据库,然后资源服务器自己通过数据库进行校验。