Skip to content

pmandloi/springboot-auth-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Authentication Learning Project

This repository is a learning hub for implementing different authentication and authorization approaches in Spring Boot.
The master branch contains the basic project setup and acts as a central reference.


📂 Branches Overview

Branch Name Description Link
master Base project setup with Maven, Spring Boot, and README Switch to master
api-access-via-jwt-token JWT (JSON Web Token) authentication implementation Switch to jwt-basic
jwt-refresh JWT with Refresh Token support Switch to jwt-refresh
oauth2-google OAuth2 / Google login implementation Switch to oauth2-google

⚡ Master Branch Contents

The master branch includes:

  • Standard Spring Boot Maven project structure.
  • .gitignore, .mvn/, pom.xml, and src/ folder.
  • Basic README and project setup.
  • No authentication implemented yet — serves as a clean base for experimenting.

About

This project is mainly focused on various authentication approach with minimalistic way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages