Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolasanelli/game-api
Springboot API using Spring Security and JWT authentication
https://github.com/nicolasanelli/game-api
spring-security springboot
Last synced: 12 days ago
JSON representation
Springboot API using Spring Security and JWT authentication
- Host: GitHub
- URL: https://github.com/nicolasanelli/game-api
- Owner: nicolasanelli
- Created: 2022-07-05T18:55:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T05:00:17.000Z (20 days ago)
- Last Synced: 2024-10-29T06:16:34.521Z (20 days ago)
- Topics: spring-security, springboot
- Language: Java
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game API as Monolit
[![Java CI with Maven](https://github.com/nicolasanelli/game-api/actions/workflows/maven.yml/badge.svg)](https://github.com/nicolasanelli/game-api/actions/workflows/maven.yml)
### What do I have
These are the features that I've done for now* Login API
* POST /login
* Users API
* GET /api/v1/users
* GET /api/v1/users/{id}
* POST /api/v1/users
* PUT /api/v1/users/{id}
* DELETE /api/v1/users/{id}
* User-Hero PI
* GET /api/v1/users/{id}/heroes
* Heroes API
* POST /api/v1/heroes
* REMOVE /api/v1/heroes/{id}### Techs
These are the technologies resources I'm currently using* Java 17
* JWT
* Spring Boot 2.7.0
* Spring Security