mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 00:01:55 +00:00
more endpoints for public apps
This commit is contained in:
@@ -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/*",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user