IndominusByte / fastapi-jwt-auth

FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight)
http://indominusbyte.github.io/fastapi-jwt-auth/
MIT License
627 stars 143 forks source link

Example websocket_cookie.py not working #78

Closed loopsmark closed 2 years ago

loopsmark commented 2 years ago

When you try to run the example websocket_cookie, after going to "get-cookie" and get a "succesfully login", when trying to open the socket in the browser you will get:

loopsmark commented 2 years ago

My bad, the problem was the url, which it does not like to be localhost apparently