1.基于BaseAuthentication的自定义方法
2.views中调用自定义方法MyJwtAuthentication验证
3.基于BaseAuthentication的自定义方法测试:token过期
4.基于BaseAuthentication的自定义方法测试:token数据有错误,需检查token正确性
5.基于BaseAuthentication的自定义方法测试:获取成功,并从token中打印用户信息
6.第二种基于BaseJSONWebTokenAuthentication写自定义方法(推荐使用,封装度高)
标签:基于,自定义,BaseJSONWebTokenAuthentication,JWT,token,BaseAuthentication,方法 From: https://www.cnblogs.com/vless/p/17280638.html