cannot import name ‘PyJWKClient‘ from ‘jwt‘
将simple-jwt版本从5.0+降到4.0+即可
pip3 install djangorestframework-simplejwt==4.7.2 --force-reinstall
版权属于:邢迪的平行时空
本文链接:https://xingdi.me/archives/88.html
本作品采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 进行许可
将simple-jwt版本从5.0+降到4.0+即可
pip3 install djangorestframework-simplejwt==4.7.2 --force-reinstall
版权属于:邢迪的平行时空
本文链接:https://xingdi.me/archives/88.html
本作品采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 进行许可