1.0.1 • Published 5 years ago

auth_lib_node_ver v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

This is package is used for user authentication

usage - proimse

let Authenticator = require('auth_lib_node_ver');
let instance = new Authenticator({
    host: 'http://127.0.0.1:2999',
    username: 'learnableai',
    password: 'learnableai'
})

instance.init()

instance.auth(username, password)
    
1.0.1

5 years ago

1.0.0

5 years ago