valentinacupac / banking-kata-java

Banking Kata (Java)
MIT License
336 stars 90 forks source link

REST API - Fake Authentication Provider #77

Open valentinacupac opened 1 year ago

valentinacupac commented 1 year ago

Ticket #74 (REST API - Contract Testing) cannot be completed yet because of authentication.

There are limited options regarding Pact and authentication, possibilities such as modifying the request https://docs.pact.io/provider/handling_auth

However, from a logical perspective, to keep our integration test isolated, it means we would avoid the real auth.

Thus, we'd have the following: