Augment `AdminService.Author` by 2 fields `age` and `lifetime` whose
values are computed by SQLite and HANA-specific functions.
Don't do this in bookshop directly, to keep it simple. Instead, use
the fiori module, which also allows to integrate the fields in the UI.
Co-authored-by: Daniel <daniel.hutzel@sap.com>
* Enable authorizations w/ dummy-auth
* fixed: some tests run in privileged mode
* Fixed tests to skip auth
* npm test --silent
* Added dependency to passport