Override Socketio

Good Day all,
How to override socketio authentication to use bearer token rather than cookies?
Thanks in Advance.

Not possible yet, follow here Socket connection issue with API key and API secret authentication ( Custom App ) · Issue #24530 · frappe/frappe · GitHub

neither bearer tokens?

Opened a PR for this. Should allow most header-based authentication after this: feat: socketio using authorization headers by ankush · Pull Request #24858 · frappe/frappe · GitHub

2 Likes

Great Work , hope this contribution approved ASAP, thanks for sharing.