Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 594 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 594 Bytes

SpringBootAuth

The current implementation works but
I am planning on adding oauth2 identity providers such as:
Github, Google, Discord and others.

Back-story

This is a part of an old project and is a good example for
an auth server. The project follows good practises
for code and concepts.

Implemented and using:

  • Access and refresh token
  • Refresh token rotation
  • Asynchronous encryption (public and private keys)
  • Secured Http-Only cookies
  • Device authorization

Tech-stack:

Java
Spring Boot
Spring Security
PostreSQL
Intellij