Closed chhaunkar96 closed 4 years ago
Hi @chhaunkar96, this is part of @colyseus/social.
The token is generated in the server. Maybe you had another token from the previous login, that's why you can see the token there as well. @colyseus/social
haven't been maintained and improved since a few months - you can use it as inspiration for your own authentication methods, or fork and modify it for your needs
We can see in the following request that token is going from the client-side with login details. why the token is generated on the client-side?? Can anyone explain it ?? It's confusing.
await client.auth.login();