Posted this question in the wrong channel: Hi all...
# talk-oathkeeper
w
Posted this question in the wrong channel: Hi all. Can anyone foresee any potential issues with oathkeeper and long polling? Specifically, we're using the following library to give you some more context: https://github.com/jcuga/golongpoll Also, any potential issues with websocket usage with oathkeeper?
d
Hello.
WebSockets bypass Ory Oathkeeper after the first request and thus Ory Oathkeeper
only validates cookies once. It is up to your service to make sure that
WebSocket connections expire within a reasonable time frame so the session
cookie is still active and valid.
You can find additional information here The same thing applies for long-polling I think