https://github.com/modoboa/radicale-modoboa-auth-token
A token based authentication plugin for Radicale provided by Modoboa
https://github.com/modoboa/radicale-modoboa-auth-token
Last synced: about 1 year ago
JSON representation
A token based authentication plugin for Radicale provided by Modoboa
- Host: GitHub
- URL: https://github.com/modoboa/radicale-modoboa-auth-token
- Owner: modoboa
- License: mit
- Created: 2020-02-28T10:44:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T17:48:04.000Z (over 5 years ago)
- Last Synced: 2024-05-01T11:44:24.978Z (about 2 years ago)
- Language: Python
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
radicale-modoboa-token-auth
===========================
A token based authentication plugin for Radicale provided by
Modoboa. If the authentication fails, it will fallback to dovecot
authentication plugin.
Installation
------------
You can install this package from PyPi using the following command::
pip install radicale-modoboa-token-auth
Configuration
-------------
Here is a configuration example::
[auth]
type = radicale_modoboa_token_auth
radicale_modoboa_token_auth_check_url = https://my.modoboa.com/api/v1/user-calendars/check_token/
radicale_modoboa_token_auth_token = MYTOKENHERE
The `token` setting corresponds to a valid Modoboa API token.