ProgressNS / code-samples

Find code samples and building blocks for your NativeScript app in the Marketplace
https://market.nativescript.org/?tab=samples&framework=core&category=all_samples
Apache License 2.0
36 stars 22 forks source link

Added login sample with kinvey backend #97

Closed sajjaphani closed 5 years ago

sajjaphani commented 5 years ago

This sample login functionality is backed by Kinvey. Follows some of the best practices including field labels, show password, inline errors, etc. This implementation is also tablet friendly.

rdlauer commented 5 years ago

Thanks, this looks great! I did notice this error on iOS at least when trying to access the "forgot password" function:

CONSOLE ERROR [native code]: ERROR TypeError: _co.forgotPassword is not a function. (In '_co.forgotPassword()', '_co.forgotPassword' is undefined)

Also can you please exclude the .DS_Store file from your PR?

sajjaphani commented 5 years ago

I have added the missing forget password functionality.

rdlauer commented 5 years ago

Thanks! I'm going to merge this manually as there are some conflicts I can't easily resolve. This is great.