react-kindling icon indicating copy to clipboard operation
react-kindling copied to clipboard

User.token is not a function

Open danwarner opened this issue 10 years ago • 2 comments

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

danwarner avatar Sep 01 '15 23:09 danwarner

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.

jbasdf avatar Sep 04 '15 21:09 jbasdf

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!!!

paparent avatar Oct 05 '15 13:10 paparent