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
var webdav = jsDAV.createServer({
node: nodePath,
locksBackend: jsDAV_Locks_Backend_FS.new(locksPath),
authBackend: jsDAV_Auth_Backend_Mongo.new(db, "folderusers"),
realm: "jsdavtest",
mount: "/",
server: server,
plugins: [jsDAV_Auth_Plugin, jsDAV_Browser_Plugin]
});
When I try to use authBackend, stop browser problem after uploading a file.
Is it a problem with the process of authBackend being handled by mongodb in jsDAV's webdav configuration?
The text was updated successfully, but these errors were encountered:
var webdav = jsDAV.createServer({
node: nodePath,
locksBackend: jsDAV_Locks_Backend_FS.new(locksPath),
authBackend: jsDAV_Auth_Backend_Mongo.new(db, "folderusers"),
realm: "jsdavtest",
mount: "/",
server: server,
plugins: [jsDAV_Auth_Plugin, jsDAV_Browser_Plugin]
});
When I try to use authBackend, stop browser problem after uploading a file.
Is it a problem with the process of authBackend being handled by mongodb in jsDAV's webdav configuration?
The text was updated successfully, but these errors were encountered: