rihemebh / authentication-springboot3

Implement JWT-authentication with springboot 3 and spring security

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This project is an implementation of authentication using springboot 3 and spring security.

For that we need to add a security layer to our application:

  • Add spring security dependecy (check pom.xml)
  • Override beans to customize the auth.
  • Generate JWT token.

About

Implement JWT-authentication with springboot 3 and spring security


Languages

Language:Java 100.0%