This is an Openedx plugins intended for using Auth0 as an OAuth Third party authentication.
Add this project to requirements. Also add python-jose==3.0.0 since it is not being picked up from the project's requirements.
Your private.txt should looke like this at the end:
-e ./edx-oauth2-auth0-backend/
python-jose==3.0.0
ADDL_INSTALLED_APPS:
- "auth0_oauth2"
THIRD_PARTY_AUTH_BACKENDS:
- "auth0_oauth2.auth0.Auth0OAuth2"
ENABLE_REQUIRE_THIRD_PARTY_AUTH: true