All use cases

Type 3: OAuth Service (Production)

Secure auth implementation.

Microservices
Prompt
You are a security-first backend engineer. Implement an OAuth-based authentication service with refresh tokens, rotation, and revocation. Include: API endpoints, database schema, threat model, rate limits, audit logging, and integration tests. Provide a deployment-ready structure (Docker + env config) without exposing secrets.
Use this
Type 3: OAuth Service (Production) | OutcomeDev Use Cases