springboot-jwt-demo icon indicating copy to clipboard operation
springboot-jwt-demo copied to clipboard

这是一个使用了springboot+springSecurity+jwt实现的基于token的权限管理的一个demo

Results 5 springboot-jwt-demo issues
Sort by recently updated
recently updated
newest added

JWTAuthorizationFilter 里面最后面的.setAuthentication()不是相当于又登录一次了??意思就是每次校验token都是一次登录?

注册登录都可以,但是postMan携带者token访问不了其他接口,这是为什么啊?

建议dump一下数据库就可以直接跑了

你好,我向搭建一个开发脚手架,想用jwt这种形式,我把用户角色的role_id放到jwt中,把权限放到redis中,拦截没有放开权限的url进行判断是否放行。但是我不知道在哪存储权限和在哪配置url拦截。大佬能不能给个看看。。。

Hi, we are a research group to help developers build secure applications. We designed a cryptographic misuse detector on Java language(Our main concern is the secure implementation and use of...