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

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