Hacker News new | ask | show | jobs
by VWWHFSfQ 432 days ago
> it doesn't use standard auth

I'm not sure what this means because it supports the withCredentials option to send auth headers if allowed by CORS

1 comments

I mean Bearer / JWT
SSE can be implemented over HTTP GET; there is no difference in handling of JWT tokens in headers.
I mean that eventsource doesn't handle it.