victorious-eye-56567
10/15/2023, 2:37 PMwhoami
endpoint with the X-Session-Token
set to `ory_st_7ek8qeAbffehkb9dGFoz1dWNZeVQuatd`it tells me
{
"error": {
"code": 500,
"status": "Internal Server Error",
"message": "securecookie: base64 decode failed - caused by: illegal base64 data at input byte 36"
}
}
And the official API doc says the format is MP2YWEMeM8MxjkGKpH4dqOQ4Q4DlSPaj
but on the rare occasions the Session Token is mentionned in the doc it says it is prefixed with ory_st
.
I am quite confused and can't understand where to go from there...victorious-eye-56567
10/15/2023, 2:53 PM