Added alphabetical sorting by keyname and JSON generation to the
validation pipeline. The CI workflow now auto-commits sorted YAML
and generated JSON on pushes to main, ensuring the repository
stays consistent without manual intervention.
* Added Sentry OAuth2 provider
Sentry supports standard OAuth2 with PKCE (S256). Token is scoped to
the organization selected during the authorization flow. Includes
refresh support via the same token endpoint.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Updated Sentry provider with complete schema fields
Added token_request_auth_method, verification_endpoint, and
token_response_metadata based on official Sentry OAuth docs. Removed
speculative event:read scope not shown in documentation examples.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Established community-maintained OAuth2 provider templates for TRMNL
private plugins. Includes a YAML catalogue of 352 providers with
schema documentation, GitHub Actions CI validation, issue templates,
contributing guidelines, and MIT license.