luanmaxiansheng's Stars
spring-projects/spring-security-samples
PacktPublishing/Learning-RxJava-Second-Edition
Learning RxJava, Second Edition, published by Packt
PacktPublishing/Hands-On-Reactive-Programming-with-Reactor
Hands-On Reactive Programming with Reactor, published by Packt
BruceEckel/OnJava8-Examples
Code Examples for the book "On Java 8"
Viscent/javamtia
《Java多线程编程实战指南(核心篇)》的配套源码
wslky/springcloud
Spring Cloud Demo
spring-projects/spring-boot
Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
AobingJava/JavaFamily
【Java面试+Java学习指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
huangzworks/redis-3.0-annotated
带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。
haoxiaoyong1014/springboot-examples
spring boot 集成各技术案例
zhangwei900808/awbeci-ssb
spring spring-boot spring-security spring-social
charlienss/spring-security-oauth2.0
本项目原名为CitySecurity,主要用于浏览器端的登录鉴权.使用了SpringSecurity实现表单安全登录、图形验证的校验、记住我时长控制机制、第三方登录.比较独特的一点是集合SpringSocial做第三方登录的支持(此处本人测试自用app-id和app-secret,如果需要测试可以帮忙点下星发邮件给我,会尽快给与回复,谢谢支持!).该方案是目前本人觉得比较完善的一套安全登录的方式,前端页面设计也是本人制作,比较简洁,当然你也可以用自己的一套比较漂亮的UI,此处仅供参考,有什么好的建议都可以给予反馈.该框架在Spring官方网站上也有相关的文档介绍,喜欢本项目的伙伴可以给我点下星,支持一下,当然可以与我交流,共同学习,共同进步!
wszqkzqk/deepin-wine-ubuntu
Deepin Wine for Ubuntu/Debian
yun00/spring-security
spring-security study project
zzxzzxhao/springboot-springsecurity-ultimate-
完整项目
facebook/react
The library for web and native user interfaces.
ruanyf/react-demos
a collection of simple demos of React.js
spring-projects/spring-security
Spring Security
spring2go/oauth2lab
source code and instructions for oauth2 labs
vladigeras/spring-oauth2-microservices
An sample project with OAuth 2 and Microservices
spring-attic/spring-security-oauth
Support for adding OAuth1(a) and OAuth2 features (consumer and provider) for Spring web applications.
wiselyman/uaa-zuul
使用OAUTH2+Zuul实现认证和授权
PacktPublishing/OAuth-2.0-Cookbook
OAuth 2.0 Cookbook, published by Packt
wanghongfei/spring-security-oauth2-example
Spring Security OAuth2 Demo工程
jiangchao123/spring-cloud-security-oauth2-jdbc
使用spring-cloud-security-oauth2来实现oauth server和resource server,oauth Server和resource Server分开,resource Server实现了两种方式,一种是当用token调用受保护资源时,使用RemoteTokenServices来去oauth server去校验。另一种是共享数据库,然后资源服务器自己通过数据库进行校验。
jiangchao123/spring-cloud-security-oauth2-jwt
使用spring-cloud-security-oauth2来实现oauth server和resource server,oauth Server和resource Server分开,oauth Server和resource Server使用了jwt的方式进行了实现。认证服务器生成jwt格式的token,并不对其进行持久化,然后资源服务器使用密钥进行校验token。
jiangchao123/oauthserver
使用oauth2.0写的简单的client和认证Server,使用了@EnableOAuth2Sso注解来模拟单点登陆
spring-cloud/spring-cloud-dataflow
A microservices-based Streaming and Batch data processing in Cloud Foundry and Kubernetes
tuanngda/spring-boot-oauth2-demo
chenqian56131/oauth2.0-demo
oauth2.0-demo