django / channels

Developer-friendly asynchrony for Django
https://channels.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.11k stars 800 forks source link

handle common Authentications #2070

Closed HosseinSayyedMousavi closed 4 months ago

HosseinSayyedMousavi commented 9 months ago

hi dears! this is a proposal

Regards. Hossein SayyedMousavi

bigfootjon commented 4 months ago

Hey there, can you help me understand why this should be a part of the core channels package? It seems like this introduces some new dependencies for channels (jwt) which I'm not sure we want to take on and adds functionality which is not generalized (for example, Django-core does not support JWT)

carltongibson commented 4 months ago

@bigfootjon Yes, this is out of scope for Channels itself. Happy to link to quality external packages, but otherwise better that folks define this kind of thing in their own projects.