1.1.3-alpha • Published 6 years ago
nativescript-cognito v1.1.3-alpha
Nativescript-cognito
Consume aws cognito service with nativescript. Android and iOS Clouding co. http://clouding.ca
Installation
Describe your plugin installation steps. Ideally it would be something like:
tns plugin add nativescript-cognito
Usage
const cognito = new Cognito("Your user pool id", "your client id");
cognito.authenticate(username, password).then(token => ...)
cognito.signUp(username, password, {
name: "Name",
email: "Email",
phone: "Phone",
...
}).then(res => ...)
cognito.confirmRegistration(username, code).then(username => {})
...
License
MIT License Copyright (c) 2019
1.1.3-alpha
6 years ago
1.1.2-alpha
6 years ago
1.1.1-alpha
6 years ago
1.1.0-alpha
6 years ago
1.0.9-alpha
6 years ago
1.0.8-alpha
6 years ago
1.0.7-alpha
6 years ago
1.0.6-alpha
6 years ago
1.0.5-alpha
6 years ago
1.0.4-alpha
6 years ago
1.0.3-alpha
6 years ago
1.0.2-alpha
6 years ago
1.0.1-alpha
6 years ago
1.0.0-alpha
6 years ago