ワンクリックで
monolith-auth-and-sessions
Use when implementing login/signup/logout, access control, and cookie-backed session logic in this Monolith app.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when implementing login/signup/logout, access control, and cookie-backed session logic in this Monolith app.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when generating or extending the built-in admin dashboard, admin-only middleware, and pprof debug endpoints.
Use when an agent needs authoritative make/go command usage in this repository, including test, run, guides, deploy, server setup, and generator invocations.
Use when building HTTP controllers and templates, including REST action scaffolding, view rendering patterns, and route wiring.
Use when working on persistence setup, migrations, and service integrations (like email) that depend on app config and models.
Use when adding app features via the built-in generator (model/controller/resource/authentication/job/admin), including expected file mutations and post-generation validation.
Use when creating or extending asynchronous background jobs, including generator usage, queue registration, payload handling, and worker lifecycle.
| name | monolith-auth-and-sessions |
| description | Use when implementing login/signup/logout, access control, and cookie-backed session logic in this Monolith app. |
app/session/session.goconfig.SECRET_KEYRun: make generator authentication
Scaffold includes:
User model/login, /signup, /logoutsession.InitSession().Wrap handlers with login/admin middleware decorators.
If user is anonymous, redirect to /login.
SECRET_KEY in production.