awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesAuthentication Lifecycle Callbacks

Functions that execute during specific phases of the authentication and session lifecycle.

Distinct from State Lifecycle Callbacks: Specifically targets the authentication flow lifecycle rather than general state machine transitions.

Explore 1 awesome GitHub repository matching software engineering & architecture · Authentication Lifecycle Callbacks. Refine with filters or upvote what's useful.

Awesome Authentication Lifecycle Callbacks GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nextauthjs/next-auth-examplenextauthjs 的头像

    nextauthjs/next-auth-example

    4,029在 GitHub 上查看↗

    该项目是用于在 Next.js 框架中管理用户身份验证和会话状态的参考实现与样板代码。它展示了如何集成 NextAuth.js 来保护路由并处理身份验证的实践案例。 该仓库演示了多种身份验证工作流,包括与第三方提供商的 OAuth 身份集成、使用电子邮件魔法链接的无密码身份验证,以及传统的基于凭据的登录。它特别展示了如何用自定义品牌登录页面替换默认的身份验证界面。 该实现涵盖了广泛的功能,包括通过适配器实现数据库会话持久化、访问令牌轮换,以及使用环境变量进行提供商配置。它还包含了将多种身份验证方法链接到单个用户配置文件的示例,并集成了用于记录身份验证事件的可观测性工具。

    Provides hook functions to modify user profiles and session data during the authentication lifecycle.

    TypeScriptauthenticationnextjsoauth
    在 GitHub 上查看↗4,029
  1. Home
  2. Software Engineering & Architecture
  3. Event-Driven Hook Systems
  4. State-Driven Callbacks
  5. State Lifecycle Callbacks
  6. Authentication Lifecycle Callbacks