Connect Publik with Agora+ softwares
====================================

How to use
----------

Add to your settings.py

# local_settings.py:
INSTALLED_APPS += ('passerelle.contrib.agoraplus',)


Provisioning
------------

Each time a Agora+ family is linked to a Publik account, address and phones of
the family can be sent to Authentic. To activate this, add:

AUTHENTIC_AUTH_TUPLE = ('login', 'password')

If you also want add/delete roles on link/unlink family, get UUID roles in
Authentic and add them in:

PASSERELLE_APP_AGORAPLUS_ROLES_UUIDS = ['4839125218905', '4839125218905']
