I'm trying to send verification mail but I'm getting `{ "message": "unauthorised" }`
d
I'm trying to send verification mail but I'm getting
Copy code
{
  "message": "unauthorised"
}
r
hey @dhatguy - are you sending session tokens in the request?
d
no, do I need to?
r
yea
d
how do I do that? I upgraded from supertokens-node v12.x.x to v13.x.x
are there any breaking changes?
r
see our changelog
see our docs for how to add session tokens
it's all in there.. if you have a very specific question, please ask.
d
okay, thanks