·authentication
!

authentication

작업에 사용자 ID, 로그인 또는 액세스 제어가 관련된 경우 사전에 로드하세요. 사용자가 "인증 추가", "로그인 설정", "OAuth 추가", "이 경로 보호", "RBAC 구현" 또는 "가입 추가"라고 말하면 사용합니다. 세션 관리, JWT 토큰, OAuth2 흐름, 비밀번호 재설정, 이메일 확인, 보호된 경로 미들웨어, 역할 기반 액세스 제어 및 보안 강화(CSRF, 속도 제한, 토큰 순환)를 다룹니다.

44설치·1트렌드·@mgd34msu

설치

$npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill authentication

authentication 설치 방법

명령줄에서 authentication AI 스킬을 개발 환경에 빠르게 설치

  1. 터미널 열기: 터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다
  2. 설치 명령어 실행: 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill authentication
  3. 설치 확인: 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

출처: mgd34msu/goodvibes-plugin.

This skill orchestrates complete authentication implementation from discovery through testing. It replaces library-specific skills (clerk, nextauth, lucia, auth0, firebase-auth, supabase-auth, passport) with a unified workflow that adapts to your stack.

Decision Point: If auth is already partially implemented, read existing files to understand the pattern before extending it.

Consult Decision Tree: Read references/decision-tree.md to choose between managed (Clerk, Auth0), self-hosted (NextAuth, Lucia), or serverless (Supabase Auth) based on framework and requirements.

작업에 사용자 ID, 로그인 또는 액세스 제어가 관련된 경우 사전에 로드하세요. 사용자가 "인증 추가", "로그인 설정", "OAuth 추가", "이 경로 보호", "RBAC 구현" 또는 "가입 추가"라고 말하면 사용합니다. 세션 관리, JWT 토큰, OAuth2 흐름, 비밀번호 재설정, 이메일 확인, 보호된 경로 미들웨어, 역할 기반 액세스 제어 및 보안 강화(CSRF, 속도 제한, 토큰 순환)를 다룹니다. 출처: mgd34msu/goodvibes-plugin.

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill authentication
카테고리
!보안
인증됨
최초 등록
2026-02-25
업데이트
2026-03-10

Browse more skills from mgd34msu/goodvibes-plugin

빠른 답변

authentication이란?

작업에 사용자 ID, 로그인 또는 액세스 제어가 관련된 경우 사전에 로드하세요. 사용자가 "인증 추가", "로그인 설정", "OAuth 추가", "이 경로 보호", "RBAC 구현" 또는 "가입 추가"라고 말하면 사용합니다. 세션 관리, JWT 토큰, OAuth2 흐름, 비밀번호 재설정, 이메일 확인, 보호된 경로 미들웨어, 역할 기반 액세스 제어 및 보안 강화(CSRF, 속도 제한, 토큰 순환)를 다룹니다. 출처: mgd34msu/goodvibes-plugin.

authentication 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill authentication 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/mgd34msu/goodvibes-plugin