django-oauth-toolkit-jwt:django-oauth-toolkit扩展,添加了JWT支持

时间:2021-05-09 11:57:21
【文件属性】:
文件名称:django-oauth-toolkit-jwt:django-oauth-toolkit扩展,添加了JWT支持
文件大小:21KB
文件格式:ZIP
更新时间:2021-05-09 11:57:21
Python django-oauth-toolkit-jwt 这是django-oauth-toolkit的扩展,解决了。 JWT支持: 令牌请求。 令牌刷新。 不支持: 令牌撤销。 安装 添加到您的点子要求: git+https://github.com/Humanitec/django-oauth-toolkit-jwt#egg=django-oauth-toolkit-jwt 产生金钥 RSA 为了生成RS [256、384、512](具有SHA- [256、384、512]的RSA签名)公钥和私钥,请执行以下操作: ssh-keygen -t rsa -b 4096 -f jwtRS256.key # don't add passphrase openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key
【文件预览】:
django-oauth-toolkit-jwt-master
----MANIFEST.in(25B)
----.travis.yml(91B)
----Dockerfile.dev(277B)
----tests()
--------test_utils.py(5KB)
--------test_views.py(13KB)
--------__init__.py(0B)
--------settings.py(4KB)
--------test_authentication.py(6KB)
--------urls.py(2KB)
----tox.ini(507B)
----LICENSE(1KB)
----oauth2_provider_jwt()
--------apps.py(143B)
--------utils.py(2KB)
--------authentication.py(5KB)
--------__init__.py(58B)
--------views.py(4KB)
--------urls.py(487B)
----requirements.txt(31B)
----docker-compose.yml(955B)
----setup.py(1KB)
----.gitignore(37B)
----.dockerignore(18B)
----README.md(5KB)

网友评论