stevenroose / dart-eventsource

A client and server implementation of Server-Side Events.
MIT License
56 stars 49 forks source link

handle authentication (flutter app) #10

Closed willladislaw closed 5 years ago

willladislaw commented 5 years ago

Endpoint is secured with oauth2, therefore requires valid access token.

Any suggestions?

EventSource.connect("/api/conn/$username", {access_token_required});