원클릭으로
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 직업 분류 기준
| 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.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.