·jwt
!

jwt

stuartf303/sorcha

为服务到服务和用户授权实现 JWT 承载身份验证。 使用场合:配置身份验证、创建授权策略、颁发/验证令牌或排除 401/403 错误。

5安装·2热度·@stuartf303

安装

$npx skills add https://github.com/stuartf303/sorcha --skill jwt

SKILL.md

Sorcha uses JWT Bearer authentication with the Tenant Service as the token issuer. All services validate tokens using shared JwtSettings from Sorcha.ServiceDefaults. Tokens support three types: user (email/password), service (client credentials), and delegated (service acting on behalf of user).

| Token Types | Differentiate user vs service | tokentype claim: "user" or "service" | | Organization Scope | Isolate tenant data | orgid claim in token | | Signing Key | Symmetric HMAC-SHA256 | Auto-generated in dev, Azure Key Vault in prod | | Token Lifetime | Configurable per type | Access: 60min, Refresh: 24hr, Service: 8hr |

为服务到服务和用户授权实现 JWT 承载身份验证。 使用场合:配置身份验证、创建授权策略、颁发/验证令牌或排除 401/403 错误。 来源:stuartf303/sorcha。

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/stuartf303/sorcha --skill jwt 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/stuartf303/sorcha --skill jwt
分类
!安全工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 jwt?

为服务到服务和用户授权实现 JWT 承载身份验证。 使用场合:配置身份验证、创建授权策略、颁发/验证令牌或排除 401/403 错误。 来源:stuartf303/sorcha。

如何安装 jwt?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/stuartf303/sorcha --skill jwt 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/stuartf303/sorcha

详情

分类
!安全工具
来源
skills.sh
收录时间
2026-02-01