nickredmark / staart

A starter library for node projects with user accounts.
MIT License
313 stars 39 forks source link

Registration does not work #1

Closed mulikaminker closed 7 years ago

nickredmark commented 7 years ago

Hi there, if you mean registration with facebook or google, yes, that part isn't implemented yet (as is written in the readme: https://github.com/nmaro/staart). Does registration with email/password work for you?

mulikaminker commented 7 years ago

@nmaro, thanks for the quick response. I tried to register in your demo app and it does nothing. http://staart.nmr.io/register In addition, I look forward to an active example with Facebook / Google. Thanks for the project!

mulikaminker commented 7 years ago

Sorry. now i see that the errors from register validation shows only in the console.

nickredmark commented 7 years ago

True story! That's a bug, it should show the error message in the form. I'll update the example when I'm home.

nickredmark commented 7 years ago

Thanks for reporting

nickredmark commented 7 years ago

Error messages are now appearing. And created two new issues for facebook and google: https://github.com/nmaro/staart/issues/4 https://github.com/nmaro/staart/issues/3