Skip to content

cuongbphv/oauth2-flow-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OAuth2 Flow Spring Boot

  • Auth Server
  • Resource Server
  • Third-party Application

Using TokenStore MongoDB and verify token by JWT.

When login with Basic Authentication:

  • Use {token} is encodeBase64(clientId:clientSecret)
  • Add to header: Authorization: Basic {token}

After that response contain access token: basic token or JWT token

  • Add this token to header and send to resource server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages