Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abdrahmanes1/spring-auth


https://github.com/abdrahmanes1/spring-auth

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## About 🔍
In this tutorial we learn how to apply protected routes with jwt authentication and authorization in spring.

## Stack 🔧
- Java 17
- Spring-boot 3.1.5
- JWT
- Hibernate/JPA
- PostgreSQL

---

## How to run 🏃

1 - Make sure docker is running and start the database with docker compose:
```bash
$ docker compose up

```
2 - Run the application:
```bash
$ mvn spring-boot:run
```