@hitchy/plugin-auth
v0.5.1
Published
user authentication and authorization for Hitchy
Downloads
293
Readme
@hitchy/plugin-auth
request authentication and authorization for Hitchy framework
License
Usage
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.
Manual
Read the plugin's official manual e.g. for routes supported by default and how to use all the components this plugin is introducing.