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.