Angular 7 + Spring Boot基本身份验证使用HTTP拦截器-未调用API。
创始人
2024-10-16 13:30:29
0

在Angular 7和Spring Boot中进行基本身份验证可以使用HTTP拦截器来实现。下面是一个示例解决方案,其中包含Angular 7中的代码示例和Spring Boot中的代码示例。

在Angular 7中,可以创建一个名为AuthInterceptor的HTTP拦截器来处理身份验证。在拦截器中,我们可以添加身份验证标头到每个HTTP请求中。

// auth.interceptor.ts

import { Injectable } from '@angular/core';
import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http';
import { Observable } from 'rxjs';

@Injectable()
export class AuthInterceptor implements HttpInterceptor {
  intercept(request: HttpRequest, next: HttpHandler): Observable> {
    // 获取存储在本地存储中的身份验证令牌
    const token = localStorage.getItem('token');

    // 如果身份验证令牌存在,则将其添加到请求标头中
    if (token) {
      request = request.clone({
        setHeaders: {
          Authorization: `Bearer ${token}`
        }
      });
    }

    return next.handle(request);
  }
}

在上面的代码中,我们通过localStorage.getItem('token')获取存储在本地存储中的身份验证令牌,并将其添加到请求标头中。

接下来,我们需要将AuthInterceptor添加到Angular的提供者列表中。这可以在app.module.ts文件中完成。

// app.module.ts

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { HttpClientModule, HTTP_INTERCEPTORS } from '@angular/common/http';

import { AppComponent } from './app.component';
import { AuthInterceptor } from './auth.interceptor';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    HttpClientModule
  ],
  providers: [
    { provide: HTTP_INTERCEPTORS, useClass: AuthInterceptor, multi: true }
  ],
  bootstrap: [AppComponent]
})
export class AppModule { }

在上面的代码中,我们通过HTTP_INTERCEPTORS提供者将AuthInterceptor添加到Angular的提供者列表中。

现在,当每个HTTP请求发送时,AuthInterceptor将自动添加身份验证标头到请求中。

在Spring Boot中,我们需要创建一个身份验证过滤器来验证身份验证标头的有效性。在过滤器中,我们可以检查请求标头中的身份验证标头,并验证其有效性。

// AuthFilter.java

import org.springframework.web.filter.OncePerRequestFilter;

import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;

public class AuthFilter extends OncePerRequestFilter {
  
  @Override
  protected void doFilterInternal(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain) throws ServletException, IOException {
    // 获取请求标头中的身份验证标头
    String token = request.getHeader("Authorization");
    
    // 在这里进行身份验证逻辑,例如检查令牌的有效性
    
    // 如果身份验证成功,继续处理请求
    filterChain.doFilter(request, response);
  }
}

在上面的代码中,我们通过request.getHeader("Authorization")获取请求标头中的身份验证标头,并在过滤器中添加身份验证逻辑。

接下来,我们需要将AuthFilter添加到Spring Boot的过滤器链中。这可以在WebSecurityConfig.java文件中完成。

// WebSecurityConfig.java

import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;
import org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter;

@Configuration
@EnableWebSecurity
public class WebSecurityConfig extends WebSecurityConfigurerAdapter {

  @Autowired
  private AuthFilter authFilter;

  @Override
  protected void configure(HttpSecurity http) throws Exception {
    http.addFilterBefore(authFilter, BasicAuthenticationFilter.class);
  }
}

在上面的代码中,我们通过http.addFilterBefore(authFilter, BasicAuthenticationFilter.class)AuthFilter添加到Spring Boot的过滤器链中。

现在,当每个请求到达

相关内容

热门资讯

透视详情!pokeplus脚本... 透视详情!pokeplus脚本(透视)wepoker辅助透视软件,教程妙招(有挂讲解)-哔哩哔哩1、...
wepoker可以免费玩吗!p... wepoker可以免费玩吗!pokemmo辅助器手机版下载(透视)软件-总是科普真的是有挂1、进入游...
透视解密!德普之星私人局辅助器... 透视解密!德普之星私人局辅助器(透视)we-poker辅助器,教程大纲(有人有挂)-哔哩哔哩1、许多...
hhpoker有后台操控吗!德... hhpoker有后台操控吗!德州局HHpoker透视脚本(透视)神器-本来关于存在有挂1)德州局HH...
透视关于!wepoker透视是... 透视关于!wepoker透视是真的吗(透视)pokemmo免费脚本,教程演示(揭秘有挂)-哔哩哔哩w...
hhpoker是真的还是假的!... hhpoker是真的还是假的!wpk辅助是什么(透视)软件-真是揭幕是有挂1、不需要AI权限,帮助你...
透视解密!wepoker透视有... 透视解密!wepoker透视有吗(透视)wepoker一直输的号能继续打吗,教程法门(详细教程)-哔...
we-poker辅助软件教程!... we-poker辅助软件教程!wepoker怎么挂底牌(透视)app-其实了解是有挂we-poker...
透视揭露!hhpoker一直输... 透视揭露!hhpoker一直输有挂吗(透视)wepoker私人局辅助,教程资料(有挂总结)-哔哩哔哩...
拱趴大菠萝挂怎么安装!wpk私... 拱趴大菠萝挂怎么安装!wpk私人局有透视吗(透视)app-一直辅助真的有挂1、拱趴大菠萝挂怎么安装破...