This website requires JavaScript.
Explore
Help
Sign In
Anon
/
pleroma
Watch
1
Star
0
Fork
0
You've already forked pleroma
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
2482d56153
pleroma
/
changelog.d
/
mastodon-websocket.fix
2 lines
38 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix Mastodon WebSocket authentication Mastodon uses the Sec-Websocket-Protocol header to send the auth token. It is not clear if this is a violation of the RFC, but Mastodon is not the first application in the wild to use this header for authentication purposes. Phoenix does not allow accessing this header, so we work around it temporarily with a minor patch to Phoenix 1.7.14. We will reach out to Phoenix to discuss how to make this use case possible.
2024-08-04 11:58:16 -07:00
Fix Mastodon WebSocket authentication
Reference in New Issue
Copy Permalink