yssf-io
yssf-io
I think there's already everything in the API to let devs store the token how they see fit (through `getToken` and the constructor's `token` arg). Maybe just a warning (in...
Update: the account works again, I tried various things and not sure what did it: * changed email, then password (I could because I was still connected to the account...
It looks like you're trying to access the API from the client side, which is not supported yet. Since you're using Next you could try to put the API calls...