From fabac9b97cc9c03f3d0e921d711a2d8a9b56940b Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Thu, 6 Oct 2022 16:07:38 -0500 Subject: [PATCH] documentation --- README.rst | 2 +- wp_oauth_backend/stepwise_oauth.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8151230..e6c23da 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ Usage # Third Party Authentication / Provider Configuration (OAuth) # setup page drop-down box titled, "Backend name:", just above # the "Client ID:" and "Client Secret:" fields. - name = "swtest-oauth" + name = "stepwisemath-oauth" # note: no slash at the end of the base url. Python Social Auth # might clean this up for you, but i'm not 100% certain of that. diff --git a/wp_oauth_backend/stepwise_oauth.py b/wp_oauth_backend/stepwise_oauth.py index 78de8f1..5a9c921 100644 --- a/wp_oauth_backend/stepwise_oauth.py +++ b/wp_oauth_backend/stepwise_oauth.py @@ -10,7 +10,7 @@ class StepwiseMathWPOAuth2(WPOpenEdxOAuth2): # Third Party Authentication / Provider Configuration (OAuth) # setup page drop-down box titled, "Backend name:", just above # the "Client ID:" and "Client Secret:" fields. - name = "swtest-oauth" + name = "stepwisemath-oauth" # note: no slash at the end of the base url. Python Social Auth # might clean this up for you, but i'm not 100% certain of that.