more renaming

This commit is contained in:
lpm0073 2022-10-03 12:53:02 -05:00
parent e097fa22d0
commit d5b3814be5
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ ABOUT = load_about()
VERSION = ABOUT["__version__"] VERSION = ABOUT["__version__"]
setup( setup(
name='stepwisemath-oauth2-backend', name='wp-oauth-backend',
version=VERSION, version=VERSION,
description=('An OAuth backend for the WP OAuth Plugin, ' description=('An OAuth backend for the WP OAuth Plugin, '
'mostly used for Open edX but can be used elsewhere.'), 'mostly used for Open edX but can be used elsewhere.'),

View File

@ -11,7 +11,7 @@ logger = getLogger(__name__)
class WPOAuth2(BaseOAuth2): class WPOAuth2(BaseOAuth2):
"""WP OAuth authentication backend""" """WP OAuth authentication backend"""
name = 'stepwisemath-oauth2' name = 'wp-oauth'
SOCIAL_AUTH_SANITIZE_REDIRECTS = False SOCIAL_AUTH_SANITIZE_REDIRECTS = False
ACCESS_TOKEN_METHOD = 'POST' ACCESS_TOKEN_METHOD = 'POST'
EXTRA_DATA = [] EXTRA_DATA = []