← ClaudeAtlas

auth-oauthlisted

Use when adding social or third-party sign in: add a third party OAuth provider such as GitHub or Google for social sign in.
sarmakska/slipstream · ★ 1 · API & Backend · score 73
Install: claude install-skill sarmakska/slipstream
## Overview Add a third party OAuth provider such as GitHub or Google for social sign in. ## Steps 1. Register an OAuth app with the provider and store the client id and secret as secrets. 2. Implement the authorisation redirect and the callback token exchange. 3. Validate the `state` parameter to prevent CSRF. ## Verify Typecheck the project, then walk the full redirect and callback flow and confirm a session is created.