user authentication and authorization for Hitchy

_request authentication and authorization for Hitchy framework_
Run this command in a hitchy-based project's root folder containing its package.json file:
````
npm i @hitchy/plugin-auth
It will install this plugin as a dependency.
After restarting your application the plugin is discovered by Hitchy automatically. It is injecting some routes instantly suitable for authentication based on a local database.
Read the plugin's official manual e.g. for routes supported by default and how to use all the components this plugin is introducing.