This plugin provide integration between uData and YouCKAN
udata-youckan requires Python 2.7+ and uData.
Install uData.
Remain in the same virtual environment (for Python) and use the same version of npm (for JS).
Install udata-youckan:
pip install udata-youckan
In order to use YouCKAN as authentication provider, you need to enable the plugin
and add the following mandatory parameters to you uData configuration
(typically, udata.cfg
) as following:
PLUGINS = ['youckan']
YOUCKAN_URL = 'https://your.youckan.url/'
YOUCKAN_CONSUMER_KEY = 'your-youckan-client-key',
YOUCKAN_CONSUMER_SECRET = 'your-youckan-secret-key'