Skip to content

FRicarteM/authentication-with-jwt-spring_security

Repository files navigation

Authentication with JWT and Spring Security

User authentication model using JWT and Spring Security.


This project was developed for study and learning. It was used Spring Security with JWT for the construction of Login and Password, in order to simplify the construction of the project the Lombok framework was used for creation of the Getters, Setters, Equals/Hash Code and Build. For the migrations was used Flyway and the database choice was PostgreSQL.


A small CRUD of addresses has been included so you can test the authorization process for users.

Using


To access the methods http just you import in Postman the file Authentication_With_JWT_SS.postman_collection.json.


And you can access the project by its docker image or you can fork this project.

Docker Hub Repo