auth0 / lock-passwordless

Auth0 Lock Passwordless [DEPRECATED]
MIT License
90 stars 29 forks source link

Angular Module ? #111

Closed backstackys closed 8 years ago

backstackys commented 8 years ago

Is there any Angular Module already developed for passwordless feature ? If not did you have any advice to integrate this code in Angular application ?

christiannwamba commented 8 years ago

Hi @AndalusiaDev

We have plans on adding that in the next Angular SDK release. For now, I would suggest you write a service to help you do that. A quick tip is to make sure you handle the callbacks well using $rootScope.$apply() because the digest loop must have been completed before your callbacks are executed.

Thank you!

backstackys commented 8 years ago

Thank you @christiannwamba