[SSO] 추가

This commit is contained in:
2026-03-03 15:16:59 +09:00
parent 0cf29d4f52
commit f2fe4f10c1
18 changed files with 363 additions and 243 deletions
+14
View File
@@ -14,6 +14,18 @@ spring:
connection-timeout: 10000
idle-timeout: 30000
data:
redis:
host: ${REDIS_HOST}
port: ${REDIS_PORT}
password: ${REDIS_PASSWORD}
session:
store-type: redis
timeout: 7200 # 2시간 (초 단위)
redis:
namespace: spring:session:alist
logging:
config: classpath:logback-pjt.xml
@@ -24,6 +36,8 @@ jwt:
cookie:
secure: true # 프로젝트 환경 (HTTPS)
domain: pjt.kr
name: ALIST_SESSION
swagger:
login: