|
|
|
|
|
by lacker
5128 days ago
|
|
Actually, the Javascript SDK handles the auth token for you. Once you have successfully completed a logIn or signUp, the token is stored in localStorage until logOut is called. And then it is passed along with subsequent requests to authenticate. So, you don't need to worry about how many characters the token is, or things like that. We should definitely make the documentation clearer on this point, because this is all stuff that should Just Work. |
|