Gateway for authentication
- Gateway authenticates and authorizes all incoming requests.
- Default credentials are:
- Username: connect_user
- Password: connect_password
- The credentials can be changed in the gateway.properties under src/main/app.
- Example of specifying Basic Authentication credentials in Postman REST client:
.