When a user uses Email/Password to register I then have a problem with
app.get("/api/getcharacters", verifySession(), async (req, res) => {});
verfiySession throws
{"message":"invalid claim","claimValidationErrors":[{"id":"st-ev","reason":{"message":"wrong value","expectedValue":true,"actualValue":false}}]}
When I use sign in with google this doesn't happen. How can I fix it? Thanks!