adding-oauth2-to-apis

Installation
SKILL.md

Adding OAuth 2.0 to APIs (Scalekit)

Flow overview

Register client (your app) → Issue client_id + secret (Scalekit) →
API client fetches bearer token → Your server validates JWT + scopes

Security-critical steps (token validation, scope enforcement) use low freedom — follow them exactly.


1. Install

Installs
3
GitHub Stars
2
First Seen
Apr 19, 2026
adding-oauth2-to-apis — scalekit-inc/skills