User.token is not a function
I was able to get this app up and running, but when I do the register/sign up I am getting the following error :
TypeError: User.token is not a function
This is a known bug but we haven't had time to fix it. If you find a solution let us know and we'll bring it in.
I want to add facebook auth on my app and try to find a nice project because there are so many ways to handle that.. 1st wanted to implement Facebook Login directly on client but doesn't feel good about it. So I use they way you do it using passport. I just don't understand how to pass data around.. Are you using cookie/session to do api call to server, or it's using token?
Thanks!!!