Hi! Thanks for making this great library. I would like to know if there is a way to retrieve a user account id directly from the npsso, something like:
const profile = await psn.getProfileFromAccountId(authorization, "me");
Unfortunately this is giving me "400" Bad request. I'm making an app where the user must signup once and I would really like to avoid making him/her specifying the userid too.
Hi! Thanks for making this great library. I would like to know if there is a way to retrieve a user account id directly from the npsso, something like:
const profile = await psn.getProfileFromAccountId(authorization, "me");Unfortunately this is giving me "400" Bad request. I'm making an app where the user must signup once and I would really like to avoid making him/her specifying the userid too.