我们理想的微服务权限解决方案应该是这样的,认证服务负责认证,网关负责校验认证和鉴权,其他API服务负责处理自己的业务逻辑。安全相关的逻辑只存在于认证服务和网关服务中,其他服务只是单纯地提供服务而没有任何安全相关逻辑。
☆147Sep 24, 2023Updated 2 years ago
Alternatives and similar repositories for spring-cloud-gateway-oauth2
Users that are interested in spring-cloud-gateway-oauth2 are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- API网关应用,统一提供WEB服务,实现标准化请求、接口协议转换、多版本管理、登录鉴权、流控、超时 控制、调用监控、服务治理、接口测试工具等功能,减少服务端同学的重复开发工作,完成API的统一管理。☆22Dec 2, 2021Updated 4 years ago
- 基于队列的任务调度及分发中间件,based on RocketMQ☆16Nov 16, 2022Updated 3 years ago
- 2018 阿里巴巴中间件挑战赛 - Service Mesh Agent 题目设计☆12Sep 3, 2018Updated 8 years ago
- 上贸大区块链研究中心针对 WeIdentity Smart Contract 做出的改进。☆10Jun 29, 2020Updated 6 years ago
- 分布式日志分析与性能监控服务,集成flume,kafka,netty,websocket,dubbo,redis,hbase等☆12Oct 11, 2023Updated 2 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- spring cloud alibaba Integrate everything demo Nacos服务发现 Ribbon 负载均衡 Feign Nacos 配置中心 Spring cloud Gateway API网关 Apache RocketMQ 消息通信 Sp…☆13Nov 2, 2019Updated 6 years ago
- ☆11Sep 24, 2020Updated 5 years ago
- 本项目基于spring-cloud-starter-oauth2搭建的认证中心和资源服务器的微服 务项目,项目不仅仅简单的demo,项目的出发点在于实战应用。本项目为笔者花了不少时间和精力整理出来的,只需要稍微调整就可应用于实际项目当中,并且项目包含大量注释,不仅可以让你会用…☆228May 7, 2021Updated 5 years ago
- Trace是一个单体架构的监控追踪系统。用于收集单体架构系统中的信息数据,例如在一次请求中花费的时间、请求执行的方法调用链、以及操作是否出现异常和异常的详细信息等。☆23Jun 8, 2026Updated 3 months ago
- Springboot读写分离,其实这个是在代码上面处理,实现动态数据源通过反射,AOP方式进行切换。其实在数据库方面,要做到主从同步。可以参照我的博客配置主从同步(MYSQL)https://jordenlwq.github.io/2017/12/06/hello-worl…☆15Apr 2, 2018Updated 8 years ago
- 本技术专栏的内容,将包括Spring Cloud常用核心组件,如Eureka、Gateway等等,以及Spring Cloud Alibaba 来自阿里巴巴开源的部分核心组件,如Nacos、Sentinel等等。并将结合实际微服务项目,讲述微服务架构在具体项目应用中的落地,…☆10Nov 19, 2019Updated 6 years ago
- digierp提供的spring cloud alibaba架构下的快速开发框架☆10Apr 16, 2020Updated 6 years ago
- Provides an idempotency barrier for RabbitMQ consumers.☆22Nov 27, 2019Updated 6 years ago
- 基于spring boot,集成了RPC、缓存、消息队列、分库分表、注册中心、分布式配置等常用开源组件☆88Feb 20, 2022Updated 4 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Easy to use Wechat SKD for Node(under dev)☆12Feb 13, 2018Updated 8 years ago
- springboot3.x + shardingsphere-5.5.0 + nacos-2.3.0 + mybatis-plus 运行环境:jdk17/jdk21 + mysql8.0☆26Sep 1, 2024Updated 2 years ago
- 读者反馈与勘误:对本书的反馈请提issue☆10Mar 17, 2016Updated 10 years ago
- springboot3、springcloud、java基础☆19May 11, 2024Updated 2 years ago
- java 人脸识别; Face recognition☆14Aug 20, 2018Updated 8 years ago
- 🔥 Distributed Cluster Scheduler 分布式调度中间件(对标阿里云SchedulerX2.0)☆22Jan 9, 2026Updated 8 months ago
- Simple base DAO classes for MongoDB and DynamoDB☆11Jun 14, 2023Updated 3 years ago
- java远程控制系统,分为服务端和客户端;服务端即控制台,可在多台主机切换进行远程控制,操作内容包括文件传输(双向),目录和文件的查看,文件删除与远程命令的执行,通过命令的执行可实现几乎全部功能;此外还有一些辅助功能包括脚本,网页爬虫,本地日志的记录,远程日志的收集与合并功…☆17Jun 24, 2020Updated 6 years ago
- Generates strings that match a regular expression☆12Jun 23, 2026Updated 3 months ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- ☆22Aug 1, 2024Updated 2 years ago
- Basic performance benchmark of Netty/Reactor based REST API vs Tomcat/blocking Spring☆12Jan 7, 2019Updated 7 years ago
- 分表分库☆11Mar 20, 2017Updated 9 years ago
- 关于物联网的java项目☆13Oct 7, 2018Updated 7 years ago
- 独立数据库模式实现多租户☆72Nov 23, 2020Updated 5 years ago
- Real Time Streaming using Apache Spark Streaming [Video], published by Packt☆10Oct 31, 2022Updated 3 years ago
- Spring OAuth2 Authorization Server集成与拓展项目,包括认证服务搭建、三方登录对接、自定义grant_type方式获取token、前后端分离实现,客户端、资源服务、前端单体项目对接认证服务实现等☆35Oct 27, 2025Updated 10 months ago
- Springboot + Redis 组件,实现一个分布式接口IP访问限流功能☆21Nov 16, 2022Updated 3 years ago
- 支付宝小程序-星巴克用星说☆13Jan 10, 2026Updated 8 months ago
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- 五级地址智能提取。根据输入的地址,自动提取省市县镇村5级地址。技术栈主要是:SpringBoot+Elasticsearch☆13Jul 18, 2022Updated 4 years ago
- 在mysql-binlog-connector-java基础上参考 keking-binlog-distributor,提供了监听mysql数据库二进制日志并进行分发的功能☆15Jun 21, 2022Updated 4 years ago
- go-kit微服务套件的使用,涉及的内容有gin、grpc、服务发现、负载均衡、限流器、熔断器、错误处理、日志、监控、分布式追踪、jwt☆26Mar 17, 2020Updated 6 years ago
- A showcase to demostrate adding plugins to spring boot application without app restart☆14Oct 24, 2023Updated 2 years ago
- Online Implicit Association test. Javascript and HTML5. Supports single-target, multi-target and other IATs.☆13Oct 27, 2022Updated 3 years ago
- mybatis插件,可以给insert和update语句自动添加上create_date和update_date☆15Jun 20, 2022Updated 4 years ago
- A simple Spring Boot (Java) app which demonstrates Apache Kafka's producer and consumer APIs.☆27Nov 22, 2018Updated 7 years ago