Skip to content

hiwepy/security-oauth2-spring-boot-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

security-oauth2-spring-boot-starter

security starter for spring boot

说明

基于 Security Oauth2 的 Spring Boot Starter 实现

  1. 整合 spring-security-oauth2-client 客户端实现基于 Oauth2 协议的资源访问鉴权

https://www.cnblogs.com/fp2952/p/8973613.html

Maven

<dependency>
	<groupId>${project.groupId}</groupId>
	<artifactId>security-oauth2-spring-boot-starter</artifactId>
	<version>${project.version}</version>
</dependency>

Sample

https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-security-oauth2

About

spring-boot-starter-security-oauth2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages