·jwt

Implements JWT Bearer authentication for service-to-service and user authorization. Use when: Configuring authentication, creating authorization policies, issuing/validating tokens, or troubleshooting 401/403 errors.

5Installs·2Trend·@stuartf303

Installation

$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 |

Implements JWT Bearer authentication for service-to-service and user authorization. Use when: Configuring authentication, creating authorization policies, issuing/validating tokens, or troubleshooting 401/403 errors. Source: stuartf303/sorcha.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/stuartf303/sorcha --skill jwt
Category
!Security
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is jwt?

Implements JWT Bearer authentication for service-to-service and user authorization. Use when: Configuring authentication, creating authorization policies, issuing/validating tokens, or troubleshooting 401/403 errors. Source: stuartf303/sorcha.

How do I install jwt?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/stuartf303/sorcha --skill jwt Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/stuartf303/sorcha

Details

Category
!Security
Source
skills.sh
First Seen
2026-02-01