All Projects → newnil → Oauth2 Family Barrel

newnil / Oauth2 Family Barrel

Licence: mit
OAuth2全家桶项目。本项目演示了如何使用spring-boot、spring-security以及spring-security-oauth快速构建OAuth2服务框架体系。

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Oauth2 Family Barrel

Taroco
整合Nacos、Spring Cloud Alibaba,提供了一系列starter组件, 同时提供服务治理、服务监控、OAuth2权限认证,支持服务降级/熔断、服务权重,前端采用vue+elementUI+webpack,可以很好的解决转向Spring Cloud的一系列问题。
Stars: ✭ 545 (+189.89%)
Mutual labels:  spring-boot, oauth2, spring-security
Spring Boot Demo
spring boot demo 是一个Spring Boot、Spring Cloud的项目示例,根据市场主流的后端技术,共集成了30+个demo,未来将持续更新。该项目包含helloworld(快速入门)、web(ssh项目快速搭建)、aop(切面编程)、data-redis(redis缓存)、quartz(集群任务实现)、shiro(权限管理)、oauth2(四种认证模式)、shign(接口参数防篡改重放)、encoder(用户密码设计)、actuator(服务监控)、cloud-config(配置中心)、cloud-gateway(服务网关)等模块
Stars: ✭ 323 (+71.81%)
Mutual labels:  spring-boot, oauth2, spring-security
Mcloud
基于Spring Cloud,实现微服务中常用的基础模块,包括 OAuth2 认证服务,统一注册中心,系统监控中心, 统一配置中心,API网关以及熔断器
Stars: ✭ 185 (-1.6%)
Mutual labels:  spring-boot, oauth2, spring-security
Reactive Spring Security 5 Workshop
Hands-On workshop for securing a reactive spring boot 2 application in multiple steps
Stars: ✭ 92 (-51.06%)
Mutual labels:  spring-boot, oauth2, spring-security
Spring Boot Angular Template
Starter Template to create a OAuth2 secured dockerized Spring Boot 2 Application with Angular 8 Frontend
Stars: ✭ 48 (-74.47%)
Mutual labels:  spring-boot, oauth2, spring-security
Spring Boot React Oauth2 Social Login Demo
Spring Boot React OAuth2 Social Login with Google, Facebook, and Github
Stars: ✭ 676 (+259.57%)
Mutual labels:  spring-boot, oauth2, spring-security
Xboot
基于Spring Boot 2.x的一站式前后端分离快速开发平台XBoot 微信小程序+Uniapp 前端:Vue+iView Admin 后端:Spring Boot 2.x/Spring Security/JWT/JPA+Mybatis-Plus/Redis/Elasticsearch/Activiti 分布式限流/同步锁/验证码/SnowFlake雪花算法ID 动态权限 数据权限 工作流 代码生成 定时任务 社交账号 短信登录 单点登录 OAuth2开放平台 客服机器人 数据大屏 暗黑模式
Stars: ✭ 3,432 (+1725.53%)
Mutual labels:  spring-boot, oauth2, spring-security
Oidc Workshop Spring Io 2019
Workshop at Spring I/O 2019 on "Securing Microservices with OpenID Connect and Spring Security 5.1"
Stars: ✭ 43 (-77.13%)
Mutual labels:  spring-boot, oauth2, spring-security
Easy Notes
🍋 简笔记(easy notes)打造你的轻便私人笔记。接口涉及Spring Security、OAuth2、Jwt、MongoDB,客户端采用 Vue.js 、Ant Design
Stars: ✭ 89 (-52.66%)
Mutual labels:  spring-boot, oauth2, spring-security
Sample Spring Oauth2 Microservices
some examples that show basic and more advanced implementations of oauth2 authorization mechanism in spring-cloud microservices environment
Stars: ✭ 109 (-42.02%)
Mutual labels:  spring-boot, oauth2, spring-security
Ms
🔥MS 是一个前后分离的分布式 spring cloud 框架(全家桶),这里有统一认证,统一网关等等功能,是一个非常简洁的微服务脚手架
Stars: ✭ 186 (-1.06%)
Mutual labels:  spring-boot, oauth2
Clean Architecture Delivery Example
A example of clean architecture in Java 8 and Spring Boot 2.0
Stars: ✭ 140 (-25.53%)
Mutual labels:  spring-boot, spring-security
Mi S
基于SpringBoot+SpringCloud+Mybatis主流框架搭建的分布式敏捷开发系统架构,为中、小型项目打造企业级基础开发多种解决方案。
Stars: ✭ 140 (-25.53%)
Mutual labels:  spring-boot, spring-security
Spring Backend Boilerplate
The modularized backend boilerplate based on Spring Boot Framework, easy to get started and add your business part.
Stars: ✭ 134 (-28.72%)
Mutual labels:  spring-boot, spring-security
Cloud Book
《Spring Cloud 微服务架构进阶》各章节附录源码
Stars: ✭ 142 (-24.47%)
Mutual labels:  spring-boot, spring-security
Springcloud Miaosha
一个基于spring cloud Greenwich的简单秒杀电子商城项目,适合新人阅读。A simple spring cloud based seckill shopping mall project, suitable for young people to read. It can be used as a paper material for academic defense.
Stars: ✭ 187 (-0.53%)
Mutual labels:  spring-boot, oauth2
Springbootwebapplicationstepbystep
Develop your first web application with Spring Boot Magic
Stars: ✭ 146 (-22.34%)
Mutual labels:  spring-boot, spring-security
Doorkeeper Provider App
An example OAuth 2 provider application using the Doorkeeper gem, Rails and Devise
Stars: ✭ 146 (-22.34%)
Mutual labels:  oauth2, oauth2-provider
Jiiiiiin Security
一个前后端分离的内管基础项目
Stars: ✭ 132 (-29.79%)
Mutual labels:  spring-boot, spring-security
Javadevjournal
Source code for the tutorials published on the Javadevjournal site.
Stars: ✭ 141 (-25%)
Mutual labels:  spring-boot, spring-security

oauth2-family-barrel

Build Status

OAuth2全家桶

什么是 oauth2-family-barrel

oauth2-family-barrel项目,即OAuth2全家桶项目。

本项演示了如何使用

快速构建一套基于OAuth2协议的鉴权、授权服务中心、客户端以及遵循OAuth2协议的资源服务器。

本项目包含以下3个子项目:

  1. oauth2-server-boot
  2. oauth2-client-boot
  3. ResourceServer

分别扮演以下角色:

  1. OAuth2鉴权及授权服务中心以及客户端鉴授权管理中心
  2. 使用OAuth2访问受保护资源的演示客户端
  3. 提供受保护资源的演示服务端

文档

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].