https://github.com/andikscript/restapispringbootbasicauth
Simple Rest API by using security Basic Auth
https://github.com/andikscript/restapispringbootbasicauth
Last synced: 12 months ago
JSON representation
Simple Rest API by using security Basic Auth
- Host: GitHub
- URL: https://github.com/andikscript/restapispringbootbasicauth
- Owner: andikscript
- Created: 2022-07-01T12:13:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-19T14:19:03.000Z (over 3 years ago)
- Last Synced: 2025-01-30T00:41:21.329Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rest Api SpringBoot Basic Auth
Simple Rest API by using security Basic Auth
## Basic Auth
- Untuk komunikasi antar server. contoh payment gateway
- Tidak cocok digunakan untuk mobile apps
- Ada standar nya di rfc
## Concept