tokusumi / fastapi-cloudauth

Simple integration between FastAPI and cloud authentication services (AWS Cognito, Auth0, Firebase Authentication).
MIT License
323 stars 35 forks source link

How can we make it possible to enable Authentication for Websockets? #83

Open junoriosity opened 1 year ago

junoriosity commented 1 year ago

I am looking for a way to make use of this package for Websockets?

Is there an example available how to accomplish this?