cognito
仓库创建 2019年5月19日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
覆盖常见鉴权与集成场景,适合需要用户管理与第三方登录的应用。
▸ 风险提示
需访问 AWS 与用户数据权限,错误配置可能泄露用户信息或影响登录可用性。
这个 Skill 做什么
管理 AWS Cognito 的用户池、身份池、OAuth 流程与集成的技能文档。
覆盖 AWS Cognito 的用户池、身份池、OAuth 流程和社交登录集成,帮你搭建用户注册、登录、属性管理和授权策略。包含常见实践、CLI 操作和排错要点,适合在实现认证/授权、配置 OIDC/OAuth 或接入第三方身份提供商时参考。重点是把身份认证平滑整合进 Web/Mobile 应用,同时兼顾安全与可运维性。
▸ 展开 SKILL.md 英文原文
AWS Cognito user authentication and authorization service. Use when setting up user pools, configuring identity pools, implementing OAuth flows, managing user attributes, or integrating with social identity providers.
1.1k
Stars
443
Forks
18
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/cognito/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/cognito/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AWS Cognito Amazon Cognito provides authentication, authorization, and user management for web and mobile applications. Users can sign in directly or through federated identity providers. ## Table of Contents - [Core Concepts](#core-concepts) - [Common Patterns](#common-patterns) - [CLI Reference](#cli-reference) - [Best Practices](#best-practices) - [Troubleshooting](#troubleshooting) - [References](#references) ## Core Concepts ### User Pools User directory for sign-up and sign-in. Provides: - User registration and authentication - OAuth 2.0 / OpenID Connect tokens - MFA and password policies - Customizable UI and flows ### Identity Pools (Federated Identities) Provide temporary
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有