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

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

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