-
Currently there isn't a way to recover the password for an account (those created "locally" using email-password).
-
Yeoman generators allow for a standard way to create scaffolding and config wizards :)
-
I love the concept that this apps allows devs to get up and running within minutes.
I would suggest adding a paragraph to the README stating that:
- anyone is free to clone the repo
- anyone is free…
-
I see that branch you made. Does the 'Forgot Password' feature work on that branch?
-
Initial page on mobile (android 4.2, google nexus, phonegap app), 'Toggle Navigation' button shows up, but press the button did not work.
After press /login or other link, page shows normal.
-
I'm only using local authentication and am pulling out everything related to the other auth strategies and the API examples, but I'm not really sure what the various modules are being used for. Could …
-
I was running the app locally on my machine, and got "No data received". I thought it must have been something wrong with my particular configuration, so I gave it a try through Vagrant, but to no ava…
-
A few members of the group have requested a very basic Javascript meetup to learn how to make a useful web project from the start.
-
hi @sahat - i'm setup testing for a client project with the starter app. I used mocha, supertest, should, and chai. Before I make a PR in the next couple days with this setup, I wanted to see if these…
-
The authentication strategy with Tumblr doesn't appear to be working correctly.
defining a token, secret, and callback will yield an express error:
```
500 TypeError: Cannot read property '_id' of…