https://github.com/gregschmit/django-auth-exchange-organizations
https://github.com/gregschmit/django-auth-exchange-organizations
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregschmit/django-auth-exchange-organizations
- Owner: gregschmit
- License: mit
- Created: 2019-04-22T23:16:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-09T18:52:42.000Z (about 7 years ago)
- Last Synced: 2024-09-18T13:17:45.069Z (over 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Auth Exchange Organizations
###########################
Source: https://github.com/gregschmit/django-auth-exchange-organizations
PyPI: https://pypi.org/project/django-auth-exchange-organizations/
Auth Exchange Organizations is an extension to Auth Exchange
(https://github.com/gregschmit/django-auth-exchange) that allows
users/domains to be associated to Organizations from
:code:`django-organizations`.
How to Use
==========
.. code-block:: shell
$ pip install django-auth-exchange-organizations
Include :code:`django_auth_exchange_organizations` in your
:code:`INSTALLED_APPS`.
You can create associations by creating DomainOrganization objects in the Admin
UI. You'll need to configure :code:`django-auth-exchange` before you can test
this app out.
Settings
--------
:code:`AUTH_EXCHANGE_ORGS_AUTOASSOCIATE` (default: :code:`True`) - Whether
organization association should be automatic.
:code:`AUTH_EXCHANGE_ORGS_AUTO_CREATE_ORGS` (default: :code:`True`) - Whether
organizations/associations should be created if they don't exist.
Contributing
============
Email gschmi4@uic.edu if you want to contribute. You must only contribute code
that you have authored or otherwise hold the copyright to, and you must
make any contributions to this project available under the MIT license.
To collaborators: don't push using the :code:`--force` option.