colyseus / colyseus-examples

Examples for learning how Colyseus works
https://examples.colyseus.dev/
MIT License
178 stars 90 forks source link

login example not working #10

Closed j2l closed 5 years ago

j2l commented 5 years ago

I run colyseus examples on glitch (free NodeJS hosting), it works fine. But the auth example is puzzling me, I get: image Additionally, I see a token in clear in the code. I guess it should be in .env file I also tried in FF (where my facebook cookie is) and it throws another error: image

endel commented 5 years ago

Hi @j2l, you need to create your own Facebook App, register your domain on their dashboard, and use your own app token here: https://github.com/gamestdio/colyseus-examples/blob/master/rooms/03-auth.ts#L4

Hope this helps