Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

opendatateam/udata-youckan

Repository files navigation

uData-youckan

Build status Join the chat at https://gitter.im/opendatateam/udata

This plugin provide integration between uData and YouCKAN

Compatibility

udata-youckan requires Python 2.7+ and uData.

Installation

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

Configuration

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'