Oauth 2 0 Setup · seb1n/awesome-ai-agent-skills

Set up OAuth 2.0 login and API authentication flows

Walks through choosing and implementing OAuth 2.0 grant types—authorization code with PKCE for user apps, client credentials for server-to-server calls, device code for CLI tools—covering token exchange, storage, and refresh rotation. Useful when integrating a new API or securing a login flow.

Good for

  • Add PKCE-based login to a web or mobile app
  • Set up client credentials for server-to-server API calls
  • Implement device code flow for a CLI tool
Category
Coding

Open-source skills are maintained by their authors and listed as published, with attribution. Results depend on how well the skill fits your task and material.

A good place to start

Help me implement OAuth 2.0 with PKCE for our web app's login flow, including token storage and refresh.

Make your next great thing.

Bring a question, a file, or an idea that’s not quite there yet.