fix some authentication cases

This commit is contained in:
David Christofas
2022-08-12 10:48:25 +02:00
parent 06ffd9cf8a
commit d271ae2451
2 changed files with 5 additions and 3 deletions
@@ -41,6 +41,8 @@ var (
// _unprotectedPathPrefixes contains paths which don't need to be authenticated.
_unprotectedPathPrefixes = [...]string{
"/files",
"/data",
"/s/",
"/settings",
"/user-management",
"/.well-known",