Websocket authentication token #718
Labels
feature
A new feature
help wanted
Not actively being worked on. If you plan to contribute, please drop a note.
proposal
Proposal for a new functionality in Ocelot
Hello, I'm currently using the websocket proxying feature which is working correctly but I would require my system to run a bit of code to check for token validity and token existence, from what I understand this is not implemented, where should I start to implement this kind of feature myself, or is someone already working on something similar ?
I was planning to use a query parameter retrieved by the HttpContext to check for this (I can already do that at micro-service level, but it would be better to do it at gateway level)
The text was updated successfully, but these errors were encountered: