Lumen-based microservice realization
GET /v1/whitelist/ip POST /v1/whitelist/ip {ip:'127.0.0.1'} DELETE /v1/whitelist/ip/$ip 127.0.0.1
GET /v1/whitelist/customer POST /v1/whitelist/customer {customerId:'12345',FullName:'Some Name',ExpirationDate:'26.12.2018'} DELETE /v1/whitelist/ip/$customerId
GET /v1/whitelist/ POST /v1/whitelist/customer {ip:'127.0.0.1',customerId:'12345',FullName:'Some Name',ExpirationDate:'26.12.2018'} DELETE /v1/whitelist/ip/$customerId
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.
The Lumen framework is open-sourced software licensed under the MIT license