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
- Host: GitHub
- URL: https://github.com/mrizkisaputra/cash-card
- Owner: mrizkisaputra
- Created: 2025-05-20T17:48:45.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-24T16:02:21.000Z (about 1 year ago)
- Last Synced: 2025-06-18T02:43:30.885Z (about 1 year ago)
- Topics: oauth2, postgresql, rest-api, spring-boot
- Language: Java
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |