Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 760 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 760 Bytes

OAuth Starter

📜 Description

Learning Spring Boot OAuth2 with starter project!

Diagram Guide

Click me oauth

📝 Check List

  • OAuth2 with Google
  • Manual login with Auth login
  • Add user info to database
  • Add refresh token
  • Add role based access
  • Add session, device management
  • Add logout

📖 Guide

  • Run with docker compose command below:
docker compose up
  • Run init script to create database and tables in init.sql