BaseJSONWebTokenAuthentication
两种方式自定制基于JWT的认证类BaseAuthentication和BaseJSONWebTokenAuthentication方法
1.基于BaseAuthentication的自定义方法 2.views中调用自定义方法MyJwtAuthentication验证 3.基于BaseAuthentication的自定义方法测试:token过期 4.基于BaseAuthentication的自定义方法测试:token数据有错误,需检查 ......