An open API service indexing awesome lists of open source software.

https://github.com/yevheniyj/spring-boot-jwt

Sample Spring Boot app with JWT-based authentication
https://github.com/yevheniyj/spring-boot-jwt

java jwt spring-boot

Last synced: 8 months ago
JSON representation

Sample Spring Boot app with JWT-based authentication

Awesome Lists containing this project

README

          

# Spring Boot JWT

### Hi there!

This is a example of Spring Boot with JWT-based authentication application.

It contains following features:

* REST end-points with documentation and proper validation
* JWT-based authentication
* Persistence in relational database

Main libraries/frameworks/tools which are used:

* Spring Boot, Spring Security, Spring Boot JPA
* Lombok
* Swagger
* Maven
* PostgreSQL, Flyway

To run this application you should:
* Provide credentials for PostgreSQL in application.yaml or pass VM options

# ENJOY!