webdav-client-python-3/webdav3
Daniel Loader 3c5ba516af Add Oauth2 Bearer Token support
Basic implementation of authenticating with token instead of basic auth, as the auth=(login,password) flag on requests sends junk authentication as it overrides the bearer authentication header with a base64 encoded blank string.
2020-02-19 16:49:52 -08:00
..
__init__.py prepare to publish 2017-09-11 19:53:31 +03:00
client.py Add Oauth2 Bearer Token support 2020-02-19 16:49:52 -08:00
connection.py Support multiple clients simultaneously 2020-01-26 19:00:25 -08:00
exceptions.py Increase test coverage 2019-12-17 13:49:10 +03:00
urn.py webdav3/client.py: Client.list method fix 2018-05-07 22:45:16 +03:00