Commit Graph
8 Commits
Author SHA1 Message Date
Ikraam Ghoor f5523692a6 Add whoop default scope
without the `offline` scope, the refresh token is not returned
2026-02-20 01:37:06 +00:00
github-actions[bot] 3b63a579db chore: sort providers and regenerate JSON 2026-02-19 12:29:08 +00:00
Jared.K cfb8f547b9 Add Steam (#4) 2026-02-19 12:28:58 +00:00
github-actions[bot] c46382e2aa chore: sort providers and regenerate JSON 2026-02-03 17:48:42 +00:00
Ikraam Ghoor b02287e61f Update ci to trigger on script and workflow change (#3) 2026-02-03 17:48:19 +00:00
Ikraam Ghoor 00ef30d9e5 Updated validation script to sort providers and generate JSON (#2)
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.
2026-02-03 17:45:50 +00:00
Ikraam GhoorandClaude Opus 4.5 de00b0a795 Added Sentry OAuth2 provider (#1)
* 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>
2026-02-03 16:54:40 +00:00
Ikraam Ghoor 95185fe472 Added OAuth2 provider templates repository
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.
2026-02-03 16:49:00 +00:00