fix: token-login API KEY 미들웨어 화이트리스트 추가

This commit is contained in:
2026-03-12 10:18:58 +09:00
parent 3a889b33ef
commit 8c16993746

View File

@@ -117,6 +117,7 @@ public function handle(Request $request, Closure $next)
// 화이트리스트(인증 예외 라우트) - Bearer 토큰 없이 접근 가능
$allowWithoutAuth = [
'api/v1/login',
'api/v1/token-login', // MNG → SAM 자동 로그인 (API Key만 필요)
'api/v1/signup',
'api/v1/register',
'api/v1/refresh',