# Spring Gateway Security
**Repository Path**: wgslucky/Spring-Gateway-Security
## Basic Information
- **Project Name**: Spring Gateway Security
- **Description**: 在Spring Cloud Gateway服务上面配置Spring Security安全框架,实现对访问者统一认证,授权,验证。
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 44
- **Forks**: 38
- **Created**: 2019-11-30
- **Last Updated**: 2024-08-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Spring Gateway Security
### 介绍
在Spring Cloud Gateway服务上面配置Spring Security安全框架,实现对访问者统一认证,授权,验证。
* Spring Cloud 版本:Greenwich.RELEASE
* Spring boot版本:2.1.3.RELEASE
* 服务注册中心使用的是alibaba-nacos,此服务请自动安装
### 主要功能
* 使用Ajax Json请求登陆
* 实现登陆之后权限认证
* 实现一个请求多个角色认证
* 更多干货:[http://www.xinyues.com](http://www.xinyues.com)
