OpenAuth Server
@Mechanicalgoat
OpenAuth Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"claude-mcp-server": {
"command": "npx",
"args": [
"wrangler",
"d1",
"create",
"openauth-template-auth-db"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is OpenAuth Server?
OpenAuth is a universal provider for managing user authentication. By deploying OpenAuth on Cloudflare Workers, you can add scalable authentication to your application. This demo showcases login, user registration, and password reset, with storage and state powered by D1 and KV.
How to use OpenAuth Server?
Use C3 to create a new project with this template: npm create cloudflare@latest -- --template=cloudflare/templates/openauth-template. Then follow setup steps: install dependencies, create a D1 database and KV namespace, run the database migration, and finally deploy using npx wrangler deploy.
Key features of OpenAuth Server
- Manages user authentication (login, registration, password reset)
- Powered by Cloudflare D1 (database) and KV (state storage)
- Deployable on Cloudflare Workers for scalability
- Live demo available for testing
Use cases of OpenAuth Server
- Adding user authentication to a Cloudflare Workers application
- Scalable login and user registration with persistent storage
- Password reset flow using D1 and KV
FAQ from OpenAuth Server
What is OpenAuth?
OpenAuth is a universal provider for managing user authentication.
What storage backends does this template use?
It uses D1 for database storage and KV for state storage.
Do I need to deploy immediately after creating the project?
No. When using C3, select "no" when asked to deploy. You must follow the setup steps before deploying.
Where can I see a live demo?
A live public deployment is available at https://openauth-template.templates.workers.dev.
「AI とエージェント」の他のコンテンツ
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
コメント