get_auth_architecture_blueprint
Generate production authentication blueprints for better-auth, NextAuth, OAuth2, JWT rotation, session tokens, rate-limiting, and password hashing. Select stack and features to get a secure auth architecture.
Instructions
Generates production authentication blueprints (using better-auth, NextAuth, OAuth2, JWT rotation, session tokens, rate-limiting, and password hashing strategies).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| features | No | Features needed (e.g. ['email_password', 'google_oauth', 'two_factor', 'session_revoke']) | |
| auth_type | Yes | Authentication stack strategy |