more endpoints for public apps

This commit is contained in:
Ruben Fiszel
2025-11-11 21:48:03 +00:00
parent 2df8cb382a
commit be798b11c1
@@ -63,12 +63,16 @@ fn is_public_route_whitelisted(path: &str) -> bool {
"/api/auth/login",
"/api/w/*/folders/listnames",
"/api/w/*/resources/exists/*",
"/api/w/*/resources/type/get/*",
"/api/w/*/resources/type/listnames",
"/api/oauth/login/*",
"/api/oauth/connect/*",
"/oauth/callback/*",
"/user/login_callback/*",
"/api/workspaces/users",
"/api/users/whoami",
"/api/oauth/list_connects",
"/api/oauth/list_logins",
"/public/*",
"/a/*",
];