Stuf
New user
Post creator
First!
1h

Cool :D

On that note, there's an issue with email verification. The email gets sent but the response code from the server at the URL is: 401 (unauthorized). The error message is invalid_claim: Claim 'sub' must be a StringOrURI value. The request id is 0d3540c0c8e94b0151276ed44c43e884 if that helps.

Great site btw

gyrate
6m

Thanks! This is just the MVP so far. Hopefully it'll get more fun as I find time to work on it.

Also, that request id helped a lot. It looks like I somehow have a newer version of joserfc in production compared to dev, and that version is a little more strict in what you can set sub to in a JWT. I reproduced the error as soon as I upgraded. Now to fix this and figure out why prod dependencies are getting ahead of dev...