mirror of
https://github.com/Rushilwiz/actions-testing.git
synced 2025-04-06 20:40:15 -04:00
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
Metadata-Version: 2.1
|
|
Name: ion-oauth
|
|
Version: 0.2
|
|
Summary: python-social-auth plugin for ion
|
|
Home-page: https://github.com/tjcsl/ion_oauth
|
|
Author: The TJHSST Computer Systems Lab
|
|
Author-email: intranet@tjhsst.edu
|
|
License: GPL
|
|
Description: # ion-oauth
|
|
Ion Oauth2 backend for [python-social-auth](https://github.com/python-social-auth/social-app-django).
|
|
|
|
|
|
Setup
|
|
-----
|
|
|
|
Install with pip:
|
|
|
|
```
|
|
pip install ion_oauth
|
|
```
|
|
|
|
Add
|
|
```
|
|
AUTHENTICATION_BACKENDS = [
|
|
...
|
|
'ion_oauth.oauth.IonOauth2',
|
|
]
|
|
```
|
|
to your `settings.py` for a django project.
|
|
|
|
Define `SOCIAL_AUTH_ION_KEY` and `SOCIAL_AUTH_ION_SECRET` in your settings.py by following the instructions at https://tjcsl.github.io/ion/developing/oauth.html
|
|
|
|
Platform: UNKNOWN
|
|
Classifier: Development Status :: 5 - Production/Stable
|
|
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
|
|
Classifier: Operating System :: POSIX :: Linux
|
|
Classifier: Programming Language :: Python :: 2
|
|
Classifier: Programming Language :: Python :: 3
|
|
Description-Content-Type: text/markdown
|