An open API service indexing awesome lists of open source software.

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

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.