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

https://github.com/mrizkisaputra/cash-card

Securing REST API with Oauth2.0 and Bearer Token JWT in Spring Boot Applications
https://github.com/mrizkisaputra/cash-card

oauth2 postgresql rest-api spring-boot

Last synced: about 2 months ago
JSON representation

Securing REST API with Oauth2.0 and Bearer Token JWT in Spring Boot Applications

Awesome Lists containing this project

README

          

# Securing Cash Card API with Oauth2.0

## Endpoints

| No | Endpoints | Information |
|----|-------------------------------|------------------------|
| 1 | GET ``/api/cashcards/{id}`` | Take a detail cashcard |
| 2 | POST ``/api/cashcards`` | Create a new cashcard |
| 3 | GET ``/api/cashcards`` | Take all cashcard |
| 4 | DELETE ``/api/cashcards/{id}`` | Remove cashcard |