fix: token-login API KEY 미들웨어 화이트리스트 추가
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user