Skip to content

A simple spring-boot2 OAuth2 server, powered by spring-security and easy-spring-boot-starter.

Notifications You must be signed in to change notification settings

lephix/easy-spring-boot-oauth2-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

easy-spring-boot-oauth2-server

This is a spring-boot2 OAuth2 server, powered by spring-boot-security and easy-spring-boot-starter.

It supports simple configuration for memory or jdbc implementation.

For development:

  • Change coressponding configs in application.yml.
easy.security.oauth2server.source:
  client: memory
  user: memory

For production:

easy.security.oauth2server.source:
  client: jdbc
  user: jdbc

DDL for jdbc

DDL for OAuth2 Client Registration

About

A simple spring-boot2 OAuth2 server, powered by spring-security and easy-spring-boot-starter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages