文件名称:django-channel-jwt-auth:jwt auth检查并将用户置于范围内
文件大小:1KB
文件格式:ZIP
更新时间:2024-05-30 17:16:21
Python
django-channel-jwt-auth jwt auth检查并将用户置于范围内 它检查查询并获取用户。 例如 : 令牌= {JWT} 'ws:// localhost:8000 / ws / chat / ROOM1 /?token = {JWT} 在routing.py中 从.auth_token导入TokenAuthMiddleware application = ProtocolTypeRouter({“ websocket”:OriginValidator(TokenAuthMiddleware(URLRouter([//])),[“ *”]),})
【文件预览】:
django-channel-jwt-auth-master
----auth-token.py(1KB)
----README.md(424B)