-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JWT malformed
error on payments/alpha
#958
Comments
@tess3 @developerphilo can you check if the face the same issue on blogchain.app instead of payments.capsule.social? |
From what I understood, this is an issue only specific to payments.capsule.social and alpha.capsule.social because these are protected by basic authorisation. The username/password is sent in Basic authorisation header, we also use the same header for sending our JWT. I think this is why we see those "jwt malformed" error from capsule-server. I was able to trigger the same error on Chrome as well today |
was searching this a lot today. On thing we could do is just change the header we use to get the auth token. imo apart from keeping it away from the "standard" there's no actual difference if we use for example the: X-Authorization or X-Access-Token header for our auth. Unfortunately though we can't change the basic authentication header. |
JWT malformed
error when paying for subscription in Safari mobile Devices.JWT malformed
error on payments/alpha
The text was updated successfully, but these errors were encountered: