Consume aws cognito service with nativescript. Android and iOS Clouding co. http://clouding.ca
Describe your plugin installation steps. Ideally it would be something like:
tns plugin add nativescript-cognito
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 => {})
...
MIT License Copyright (c) 2019