On the frontend the opaque user id is the property userId , from the on Authorized method
On the EBS the opaque user id is opaque_user_id , from the decoded token
Right now you are sending to the twitch user id, not his opaque user id.
On the frontend the opaque user id is the property userId , from the on Authorized method
On the EBS the opaque user id is opaque_user_id , from the decoded token
Right now you are sending to the twitch user id, not his opaque user id.