7 个仓库
Mechanisms that intercept navigation requests to ensure users are authenticated before accessing protected routes.
Distinct from 401 Unauthorized Resolutions: None of the candidates describe frontend route interception for authentication redirects; most focus on HTTP 401 responses or general URL routing.
Explore 7 awesome GitHub repositories matching web development · Authentication Route Guards. Refine with filters or upvote what's useful.
This project is a human resources management system built using Spring Boot and Vue. It serves as a platform for managing employee records, professional titles, and organizational hierarchies. The system features a role-based access control framework that maps users to specific roles and resources to secure API endpoints and user interface elements. It includes a real-time communication hub utilizing WebSockets for internal corporate chat and system notifications, as well as a dedicated manager for defining and modifying nested organizational department structures. Additional capabilities co
Monitors page transitions to redirect unauthenticated users to the login page, protecting system routes.
AngularFire 是一个集成库,将 Firebase JavaScript SDK 封装为 Angular 服务和依赖注入模式。它提供了将后端身份验证、数据库和存储连接到应用所需的机制。 该库将实时数据流转换为可观察序列,以实时同步远程数据与应用状态。它还包括通过身份验证令牌验证用户身份以保护路由的机制,以及用于自动将应用构建部署到托管服务的命令行实用程序。 其他功能包括跟踪路由导航和用户事件以进行 Web 分析,以及将云 API 调用封装在可注入类中,以将基础设施与业务逻辑分离。
Provides authentication route guards to intercept navigation and verify user identity before granting access to protected views.
Platform is a framework for building back-office applications and administrative dashboards using Laravel. It functions as a schema-driven UI framework and CRUD generator that automatically constructs database management interfaces, input forms, and validation rules from programmatic model definitions. The project distinguishes itself through a comprehensive backend UI kit that supports advanced data capture, including geographic coordinate mapping, tabular JSON data matrices, and marketing metadata tracking. It features a robust role-based access control system for managing resource visibili
Links the administration interface to specific user types using predefined authentication guards.
Goravel 是一个功能齐全的开发脚手架和框架,用于使用 Go 编程语言构建 Web 应用、REST API 和 gRPC 服务。它实现了模型-视图-控制器(MVC)架构,并为高性能远程过程调用服务器和客户端提供了全面的工具包。 该框架的独特之处在于其广泛的集成生态系统,包括用于数据库管理的流畅对象关系映射器(ORM),以及用于管理自动化和项目脚手架的专用命令行界面工具包。它具有基于驱动的服务抽象,允许开发者在不更改应用逻辑的情况下切换存储、缓存和会话后端。 该平台涵盖了广泛的应用功能,包括带有分布式队列的异步任务处理、通过基于令牌的身份验证进行的安全身份管理,以及具有加密和访问控制的稳健安全层。它还提供内容本地化、模板渲染以及带有依赖模拟的自动化测试基础设施工具。
Allows mapping specific user types to distinct authentication guards and identity providers.
next-learn 是一个教育资源和参考实现集合,用于构建全栈 Web 应用。它作为 Next.js 框架的学习资源和教程,提供展示服务端渲染和基于 React 生态系统的入门代码和示例项目。 该项目提供了一个全栈 Web 模板,展示了数据库集成、用户身份验证和服务端逻辑的完整实现。它包括 Web 性能优化的参考示例,专门演示了服务端组件、服务端操作和动态路由的使用。 代码库涵盖了广泛的全栈功能,包括通过服务端查询和变更进行的数据管理、通过路由守卫进行的基于身份的访问控制,以及使用文件系统路由的导航架构。它还实现了各种渲染策略、图像和字体的素材优化以及用户界面样式设计。
Provides middleware that intercepts navigation requests to verify user authentication before accessing protected routes.
Builderbook is a MERN stack digital bookstore and documentation platform designed for selling and delivering digital books. It functions as a content delivery site that transforms markdown files hosted in Git repositories into structured online books. The platform distinguishes itself by synchronizing markdown content from remote repositories into a database to enable metadata-driven access control and content gating. It integrates payment processing to restrict full content access based on verified purchase history, while providing public previews. The system covers a broad range of capabil
Intercepts navigation requests to verify user sessions before granting access to protected pages.
flask-login is a session management extension for Flask web applications. It functions as an authentication middleware and identity tracker that manages user login and logout processes and provides a mechanism to identify the active user across different application views. The toolkit distinguishes between different session states by tracking session freshness to protect sensitive operations. It also includes security guards to prevent session hijacking and theft by monitoring IP addresses and user agents. The project covers broad capabilities including web access control to restrict specifi
Protects sessions from hijacking by monitoring IP addresses and user agents to ensure session integrity.