From b1bea58188f7e54d68751f649b50ad28c8d1fa9b Mon Sep 17 00:00:00 2001 From: "semin.baek" Date: Wed, 6 Aug 2025 14:56:55 +0900 Subject: [PATCH] =?UTF-8?q?Spring=20Security,=20=EB=A1=9C=EA=B7=B8?= =?UTF-8?q?=EC=9D=B8=20=EC=B2=98=EB=A6=AC=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/front/src/App.vue | 32 +++++----- src/main/front/src/components/userInfo.js | 60 ++++++++++--------- src/main/front/src/views/LoginView.vue | 19 ++++-- src/main/front/vite.config.js | 13 ++-- ...nUsernamePasswordAuthenticationFilter.java | 13 +++- .../framework/config/PublicApiController.java | 3 +- src/main/resources/application.yml | 2 +- 7 files changed, 84 insertions(+), 58 deletions(-) diff --git a/src/main/front/src/App.vue b/src/main/front/src/App.vue index 37ebf49..8dcadf6 100644 --- a/src/main/front/src/App.vue +++ b/src/main/front/src/App.vue @@ -1,24 +1,22 @@