documentation
This commit is contained in:
parent
e43a336c9d
commit
fa8e2b210a
40
README.rst
40
README.rst
@ -1,15 +1,12 @@
|
|||||||
OAuth2 Backend for stepwisemath.ai
|
OAuth2 Backend for WP Oauth
|
||||||
==================================
|
===========================
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
--------
|
--------
|
||||||
|
|
||||||
A Python Social Auth backend for WP OAuth, mostly used for Open edX but can be used elsewhere.
|
A Python Social Auth backend for [WP OAuth](https://wp-oauth.com/), mostly used for Open edX but can be used elsewhere.
|
||||||
This package was originally cloned from https://github.com/appsembler/trinity-oauth-backend.
|
This package was originally cloned from https://github.com/appsembler/trinity-oauth-backend.
|
||||||
|
|
||||||
This package is structured so that it can be uploaded to PyPI and installed using pip or easyinstall.
|
|
||||||
More detail here: https://python-packaging.readthedocs.io/en/latest/minimal.html
|
|
||||||
|
|
||||||
Setup
|
Setup
|
||||||
-----
|
-----
|
||||||
|
|
||||||
@ -48,11 +45,34 @@ add these settings to django.conf:
|
|||||||
- see: https://stepwisemath.ai/wp-admin/admin.php?page=wo_manage_clients
|
- see: https://stepwisemath.ai/wp-admin/admin.php?page=wo_manage_clients
|
||||||
|
|
||||||
|
|
||||||
Cookiecutter openedx_devops
|
Cookiecutter openedx_devops build
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
:caption: add this package as a build requirement
|
||||||
|
|
||||||
|
- name: Add the wp-oauth-backend
|
||||||
|
uses: openedx-actions/tutor-plugin-build-openedx-add-requirement@v1.0.0
|
||||||
|
with:
|
||||||
|
repository: wp-oauth-backend
|
||||||
|
repository-organization: StepwiseMath
|
||||||
|
repository-ref: main
|
||||||
|
repository-token: ${{ secrets.PAT }}
|
||||||
|
|
||||||
|
|
||||||
|
Cookiecutter openedx_devops deployment
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
:caption: add settings to lms.envs.tutor.production
|
||||||
|
|
||||||
|
tutor config save --set OPENEDX_WPOAUTH_BACKEND_BASE_URL="${{ secrets.WPOAUTH_BACKEND_BASE_URL }}" \
|
||||||
|
--set OPENEDX_WPOAUTH_BACKEND_CLIENT_ID="${{ secrets.WPOAUTH_BACKEND_CLIENT_ID }}" \
|
||||||
|
--set OPENEDX_WPOAUTH_BACKEND_CLIENT_SECRET="${{ secrets.WPOAUTH_BACKEND_CLIENT_SECRET }}"
|
||||||
|
|
||||||
1. include this repository in your Build additional requirements
|
|
||||||
2.
|
|
||||||
|
|
||||||
Developer Notes
|
Developer Notes
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
This package is structured so that it can be uploaded to PyPI and installed using pip or easyinstall.
|
||||||
|
More detail here: https://python-packaging.readthedocs.io/en/latest/minimal.html
|
||||||
|
Loading…
Reference in New Issue
Block a user