Angular路由器可以激活保护,如何处理实时?
创始人
2024-10-28 03:00:45
0

可以通过实现一个具有Observable输入的AuthService来解决这个问题。 在该服务中,我们将提供一个名为authState$的可观察对象,以便我们可以直接订阅和监视当前用户的身份验证状态。 我们可以将路由守卫与这个可观察对象合并,以便我们可以在任何时间点验证用户是否已经登录。

代码示例如下:

import { Injectable } from '@angular/core';
import { Observable, BehaviorSubject } from 'rxjs';

@Injectable({
  providedIn: 'root'
})
export class AuthService {
  private authStateSubject = new BehaviorSubject(false);
  authState$: Observable = this.authStateSubject.asObservable();

  constructor() {}

  login() {
    // perform login logic here
    // once login is successful, change the value of authStateSubject to true
    this.authStateSubject.next(true);
  }

  logout() {
    // perform logout logic here
    // once logout is complete, change the value of authStateSubject to false
    this.authStateSubject.next(false);
  }
}

现在我们有了一个AuthService,可以在 Guard 中将其注入,以便我们可以检查用户的身份验证状态:

import { Injectable } from '@angular/core';
import { CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot, Router } from '@angular/router';
import { Observable } from 'rxjs';
import { AuthService } from './auth.service';
import { tap } from 'rxjs/operators';

@Injectable({
  providedIn: 'root'
})
export class AuthGuard implements CanActivate {
  constructor(private authService: AuthService, private router: Router) {}

  canActivate(
    next: ActivatedRouteSnapshot,
    state: RouterStateSnapshot
  ): Observable | Promise | boolean {
    return this.authService.authState$.pipe(
      tap(authenticated => {
        if (!authenticated) {
          // if user is not authenticated, redirect them to the login page
          this.router.navigate(['/login']);
        }
      })
    );
  }
}

通过这个 Guard,我们可以确保只有当用户已经通过身份验证时才能访问受保护的路由。 另外,由于我们使用了可观察对象,因此 Guard 将在用户身份验证状态更改时自动重复验证。

相关内容

热门资讯

透视总结!约局吧德州有挂吗(透... 透视总结!约局吧德州有挂吗(透视)确实存在有挂(详细辅助玩家教你);1、许多玩家不知道辅助软件怎么退...
交流学习经验!cloudpok... 这是一款非常优秀的德州透视竞技联盟 ia辅助检测软件,能够让你了解到德州透视竞技联盟中牌率当中全部隐...
透视安卓版!wpk俱乐部辅助器... 透视安卓版!wpk俱乐部辅助器(透视)一贯存在有挂(详细辅助分享教程)1、ai机器人多个强度级别选择...
玩家攻略推荐!wepoker国... 玩家攻略推荐!wepoker国外版透视,wepoker看底牌,AI教程(有挂技巧);玩家必备必赢加哟...
透视总结!hhpoker软件可... 透视总结!hhpoker软件可以玩吗(透视)确实有挂(详细辅助2025新版教程);1、上手简单,内置...
每日必备!wepoker透视脚... 每日必备!wepoker透视脚本免费app,steampokermaster辅助,辅助教程(有挂技巧...
透视神器!wepoker安装教... 透视神器!wepoker安装教程(透视)本来有挂(详细辅助黑科技教程);1、完成的残局,帮助玩家取得...
总算了解!wepoker数据分... 1、总算了解!wepoker数据分析工具,hhpoker软件靠谱吗,wpk教程(有挂教程)。2、we...
透视安装!wepoker辅助器... 透视安装!wepoker辅助器免费(透视)都是真的有挂(详细辅助玩家教程)一、软件透明挂的定义与意义...
玩家必看科普!wepoker辅... 玩家必看科普!wepoker辅助器软件下载,wepoker软件安装包,辅助教程(有挂技巧)1、不需要...