sinopia-request
v0.1.3
Published
An easy and fully auth-plugin with configuration to use an external API.
Downloads
1
Readme
Installation
$ npm install sinopia
$ npm install sinopia-request
Config
Add to your config.yaml
(example config):
auth:
request:
host: localhost
port: 3000
method: POST
adduser_route: /adduser
authenticate_route: /authenticate
password_encrypt: sha1
Thanks to @rlidwka for sinopia project.