Angular无法从Spring Boot接收JWT令牌。
创始人
2024-10-30 00:33:17
0

问题描述:当使用Angular作为前端框架,Spring Boot作为后端框架时,无法从Spring Boot接收JWT令牌。

解决方法:

  1. 在Angular应用中,确保在发送请求时,将JWT令牌作为请求头的一部分发送给后端。可以使用Angular的HttpClient模块来发送HTTP请求,示例如下:
import { HttpClient, HttpHeaders } from '@angular/common/http';

@Injectable()
export class AuthService {
  constructor(private http: HttpClient) {}

  login(username: string, password: string) {
    const headers = new HttpHeaders().set('Authorization', 'Bearer ' + token);
    return this.http.post('/api/login', { username, password }, { headers });
  }
}

在上述示例中,Authorization 请求头使用 Bearer 方案来传递JWT令牌。

  1. 在Spring Boot后端应用中,确保能够正确解析JWT令牌并验证其有效性。可以使用Spring Security和JWT库来处理JWT令牌。示例如下:
@Configuration
@EnableWebSecurity
public class SecurityConfig extends WebSecurityConfigurerAdapter {
    @Autowired
    private JwtTokenProvider jwtTokenProvider;

    @Override
    protected void configure(HttpSecurity http) throws Exception {
        http.csrf().disable()
            .authorizeRequests()
            .antMatchers("/api/login").permitAll()
            .anyRequest().authenticated()
            .and()
            .apply(new JwtConfigurer(jwtTokenProvider));
    }
}

@Component
public class JwtConfigurer extends SecurityConfigurerAdapter {
    private JwtTokenProvider jwtTokenProvider;

    public JwtConfigurer(JwtTokenProvider jwtTokenProvider) {
        this.jwtTokenProvider = jwtTokenProvider;
    }

    @Override
    public void configure(HttpSecurity http) throws Exception {
        JwtTokenFilter customFilter = new JwtTokenFilter(jwtTokenProvider);
        http.addFilterBefore(customFilter, UsernamePasswordAuthenticationFilter.class);
    }
}

@Component
public class JwtTokenFilter extends OncePerRequestFilter {
    private JwtTokenProvider jwtTokenProvider;

    public JwtTokenFilter(JwtTokenProvider jwtTokenProvider) {
        this.jwtTokenProvider = jwtTokenProvider;
    }

    @Override
    protected void doFilterInternal(HttpServletRequest request, HttpServletResponse response, FilterChain chain)
            throws ServletException, IOException {
        String token = jwtTokenProvider.resolveToken(request);
        if (token != null && jwtTokenProvider.validateToken(token)) {
            Authentication auth = jwtTokenProvider.getAuthentication(token);
            SecurityContextHolder.getContext().setAuthentication(auth);
        }
        chain.doFilter(request, response);
    }
}

@Component
public class JwtTokenProvider {
    private static final String SECRET_KEY = "your_secret_key_here";

    public String createToken(String username, List roles) {
        // 生成JWT令牌的代码
    }

    public Authentication getAuthentication(String token) {
        // 从JWT令牌中提取用户信息并创建认证对象的代码
    }

    public boolean validateToken(String token) {
        // 验证JWT令牌的有效性的代码
    }

    public String resolveToken(HttpServletRequest request) {
        // 从请求中解析JWT令牌的代码
    }
}

上述示例中,JwtTokenProvider 类负责生成、验证和解析JWT令牌;JwtTokenFilter 类负责从请求中提取JWT令牌并进行验证;JwtConfigurer 类负责将JwtTokenFilter 添加到Spring Security的过滤器链中。

请根据自己的实际情况进行相应的调整和配置,确保配置正确。

相关内容

热门资讯

记者揭秘!智星菠萝辅助(透视辅... 记者揭秘!智星菠萝辅助(透视辅助)拱趴大菠萝辅助神器,扑克教程(有挂细节);模式供您选择,了解更新找...
一分钟揭秘!约局吧能能开挂(透... 一分钟揭秘!约局吧能能开挂(透视辅助)hhpoker辅助靠谱,2024新版教程(有挂教学);约局吧能...
透视辅助!wepoker模拟器... 透视辅助!wepoker模拟器哪个好用(脚本)hhpoker辅助挂是真的,科技教程(有挂技巧);囊括...
透视代打!hhpkoer辅助器... 透视代打!hhpkoer辅助器视频(辅助挂)pokemmo脚本辅助,2024新版教程(有挂教程);风...
透视了解!约局吧德州真的有透视... 透视了解!约局吧德州真的有透视挂(透视脚本)德州局HHpoker透视脚本,必胜教程(有挂分析);亲,...
六分钟了解!wepoker挂底... 六分钟了解!wepoker挂底牌(透视)德普之星开辅助,详细教程(有挂解密);德普之星开辅助是一种具...
9分钟了解!wpk私人辅助(透... 9分钟了解!wpk私人辅助(透视)hhpoker德州透视,插件教程(有挂教学);风靡全球的特色经典游...
推荐一款!wepoker究竟有... 推荐一款!wepoker究竟有透视(脚本)哈糖大菠萝开挂,介绍教程(有挂技术);囊括全国各种wepo...
每日必备!wepoker有人用... 每日必备!wepoker有人用过(脚本)wpk有那种辅助,线上教程(有挂规律);wepoker有人用...
玩家必备教程!wejoker私... 玩家必备教程!wejoker私人辅助软件(脚本)哈糖大菠萝可以开挂,可靠技巧(有挂神器)申哈糖大菠萝...