[API] SSO 다중 도메인 로그인 작업 커밋

This commit is contained in:
2026-03-31 17:46:33 +09:00
parent 07683e843d
commit 9da2585f29
50 changed files with 466 additions and 722 deletions
+1 -3
View File
@@ -51,7 +51,6 @@ src/main/java/com/alist/api
└── modules
├── auth # 인증/세션 관련 API
├── main # 루트 리다이렉트
└── testUser # 테스트 사용자 API
```
리소스 파일은 아래 위치를 사용합니다.
@@ -141,7 +140,6 @@ java -jar build/libs/api.jar --spring.profiles.active=local
- `/`
- `/actuator/health`
- `/auth/**`
- `/test/**`
- `/files/tusHook`
루트 `/` 요청은 `/swagger-ui/index.html`로 리다이렉트됩니다.
@@ -186,7 +184,7 @@ java -jar build/libs/api.jar --spring.profiles.active=local
- `POST /auth/refresh`
- `GET /auth/loginChecked`
- `POST /auth/logout`
- `POST /test/testSignup`
- `POST /user/signup`
## API 예시 요청/응답