latency-node-singup
v1.0.3
Published
NodeJS Module for authenticate users with AWS Cognito
Downloads
3
Readme
Latency SingIn NodeJS Module
What is this Module?
This is an AYLA Projects project
The development of this module is due to the need for authentication Users with the AWS Cognito service to grant access to the resources
Install
npm install X
(Not yet published)
Actually, if you are an AYLA Projects GitLab Comunity member, you can install it if your are using npm v3.* with :
npm install gitlab:aylaprojects/Latency_SingIn_NodeModule
A window will prompts asking your credentials
Usage
Import module
import { LatencyLoginControl } from 'x'
Basic Usage
var poc = new LatencyLoginControl()
poc.setUserName("userName")
poc.setUserPassword("UserPass")
poc.authenticate();
Advanced Usage
Advanced Usage Docs will coming soon...!!
Changelog
- 02/03/2017: Changed comments on LatencyLoginControll authenticate method. Refered private URL repository changed
- Add changelog (temporaly watch commits)
Authors
- Adrián Reynés Prieto (AYLA Projects Developers Comunity member)