rexzhang / asgi-webdav

An asynchronous WebDAV server implementation, Support multi-provider, multi-account and permission control.
https://rexzhang.github.io/asgi-webdav/
MIT License
75 stars 14 forks source link

Anonymous/passwordless user access #49

Closed amundhov closed 4 months ago

amundhov commented 4 months ago

Checklist

Description

This PR implements anonymous access as suggested in roadmap #18 .

A user marked as anonymous may have an empty password so that anyone can connect easily with some set of permissions. I've implemented so that no existing configuration or defaults should change due to my commits.

rexzhang commented 4 months ago

one issue on PR. sorry