authentication
仓库创建 2026年4月7日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
覆盖多种常见 auth 流程,便于快速接入与排错
▸ 风险提示
涉及凭证与敏感配置,注意不要泄露密钥
这个 Skill 做什么
集成与排查 Web/Mobile 登录与第三方认证流程(OAuth、Supabase等)
帮你把登录和第三方认证接到 Web 或移动项目里,或定位登录流程的报错(像 redirect_uri_mismatch、invalid_grant、refresh_token、session callback 等)。常用在接入 OAuth、Supabase、Google OAuth、magic link 或调试邮件通知(Resend)时使用。特点是按服务拆分参考实现和排查步骤,New Next.js 项目默认栈为 Neon + Better,能快速拿到可复用的接入模板。
▸ 展开 SKILL.md 英文原文
Use when wiring auth to a new project, debugging login errors (redirect_uri_mismatch, invalid_grant, session callback, refresh_token), or adding social/magic link flows. Covers Better Auth (Drizzle/Neon), Supabase Auth (SSR), Google OAuth, and Resend transactional email.
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/authentication/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/authentication/SKILL.md"SKILL.MD 节选查看完整文件 ↗
<!-- SPDX-FileCopyrightText: 2025-2026 Tyrone Ross, Jr <46267523+tyroneross@users.noreply.github.com> | SPDX-License-Identifier: Apache-2.0 --> # Authentication Reference library for wiring external authentication and authorization into a web or mobile app. Each service has its own reference file — load the one you need, don't pre-load all. **Stack default for new Next.js work**: Neon + Better Auth + Drizzle. Supabase is covered for legacy projects and as an alternate. Magic-link delivery and transactional email default to Resend. ## When to use this skill - Setting up third-party sign-in (Google, Apple, magic-link, etc.) on a Better Auth or Supabase backend - Wiring API keys / service
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有