Decode JWT without signature verification in Authlib

前端 未结 0 937
庸人自扰
庸人自扰 2020-12-29 14:42

In the pyJWT library, I used this code spinet to decode JWT without signature verification.

decoded = jwt.decode(token,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题