You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found via code audit. config/SecurityConfig.java:31-38. anyRequest().permitAll() + csrf().disable(). /api/restore writes to Salesforce. /api/download-url generates presigned S3 URLs. Zero auth.
Found via code audit. config/SecurityConfig.java:31-38. anyRequest().permitAll() + csrf().disable(). /api/restore writes to Salesforce. /api/download-url generates presigned S3 URLs. Zero auth.