メインコンテンツへスキップ
このコンテンツはお使いの言語にまだ対応していないため、英語で表示されています。

Better Auth + FastAPI JWT Bridge

Skill 警告
85

Implement secure authentication bridge between Better Auth (Next.js frontend) and FastAPI (Python backend) using JWKS JWT token verification. Use this skill when users need to (1) Integrate Better Auth with FastAPI backend, (2) Implement JWT authentication with JWKS verification, (3) Set up user isolation and authorization in FastAPI endpoints, (4) Configure frontend to send authenticated API requests, or (5) Troubleshoot Better Auth + FastAPI authentication issues.

AI サマリー

This extension facilitates a secure authentication bridge between a Next.js frontend using Better Auth and a FastAPI backend. It details how to implement JWT verification using JWKS, set up user isolation, and configure frontend API clients. The provided code snippets and documentation cover database schema requirements, token handling, and common troubleshooting scenarios.

Maintenance

  • critical:Commit recencyThere are no commits on the default branch, indicating the extension is likely unmaintained and potentially outdated.

Versioning

  • critical:Release ManagementThere is no version information available in the manifest files (SKILL.md, package.json) and no GitHub releases or CHANGELOG. The install instructions reference 'HEAD', making version pinning impossible.

インストール

npx skills add bilalmk/todo_correct

Vercel skills CLI(skills.sh)を npx 経由で実行します。ローカルに Node.js と、skills 対応のエージェント(Claude Code、Cursor、Codex など)が少なくとも 1 つインストールされている必要があります。リポジトリが agentskills.io 形式に従っていることを前提としています。

3 months ago
1 stars
MIT
2 days ago に更新
ソースコードを表示