Add hint for authentication

So that fewer users stumble over the basic authentication popup.
This commit is contained in:
Christian Georgi
2021-01-18 14:34:49 +01:00
committed by Christian Georgi
parent 75628b6096
commit 5b966c503c

View File

@@ -42,6 +42,8 @@ cds watch bookshop
After that open this link in your browser: [http://localhost:4004](http://localhost:4004)
When asked to log in, type `alice` as user and leave the password field blank, which is the [default user](https://cap.cloud.sap/docs/node.js/authentication#mocked).
### Testing
Run the provided tests with [_jest_](http://jestjs.io) or [_mocha_](http://mochajs.org), for example: