trebol-ecommerce / trebol-backend-monolith

Monolithic eCommerce backend web application that exposes a RESTful API.
MIT License
16 stars 21 forks source link

Add checkout process #11

Closed bglamadrid closed 3 years ago

bglamadrid commented 3 years ago

A couple of controllers, services and configurations have been set to forward requests to an external REST API, for which consumption is handled by a RestTemplate implementation, in order to handle checkout requests by authenticated users.

bglamadrid commented 3 years ago

Just added a couple of parameterizing fixes. Now password strength can be configured from properties files, and all security-related properties share a common prefix and configuration class.