mirror of
https://github.com/hwanny1128/HGZero.git
synced 2026-06-13 05:59:11 +00:00
JWT 토큰 임시 허용
This commit is contained in:
@@ -47,6 +47,8 @@ public class SecurityConfig {
|
||||
.requestMatchers("/health").permitAll()
|
||||
// WebSocket endpoints
|
||||
.requestMatchers("/ws/**").permitAll()
|
||||
// Meeting API endpoints (for testing)
|
||||
.requestMatchers("/api/meetings/**").permitAll()
|
||||
// All other requests require authentication
|
||||
.anyRequest().authenticated()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user