摘要:
概要 基于上文讲解的spring cloud 授权服务的搭建,本文扩展了spring security 的登陆方式,增加手机验证码登陆、二维码登陆。 主要实现方式为使用自定义filter、 AuthenticationProvider、 AbstractAuthenticationToken 根据不 阅读全文
摘要:
概要 本文内容主要为spring cloud 授权服务的搭建,采用jwt认证。 GitHub 地址: 添加依赖 Spring Security 及 Security 的OAuth2 扩展 启动类注解 启动类添加 注解 Oauth2配置类AuthorizationServerConfigurerAda 阅读全文
摘要:
在本例中,主要讲解spring boot与spring security的集成,实现方式为: 将用户、权限、资源(url)采用数据库存储 自定义过滤器,代替原有的 FilterSecurityInterceptor 自定义实现 UserDetailsService、AccessDecisionMan 阅读全文