PATH needs a trailing slash
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
# CHANGE LOG
 | 
					# CHANGE LOG
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Version 1.0.1 (2022-11-08)
 | 
					## Version 1.0.2 (2022-11-08)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- add property for URL
 | 
					- add property for URL
 | 
				
			||||||
- add class variables for PATH, AUTHORIZATION_ENDPOINT, TOKEN_ENDPOINT, USERINFO_ENDPOINT
 | 
					- add class variables for PATH, AUTHORIZATION_ENDPOINT, TOKEN_ENDPOINT, USERINFO_ENDPOINT
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1 +1 @@
 | 
				
			|||||||
__version__ = "1.0.1"
 | 
					__version__ = "1.0.2"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -57,7 +57,7 @@ class WPOpenEdxOAuth2(BaseOAuth2):
 | 
				
			|||||||
    BASE_URL = "https://set-me-please.com"
 | 
					    BASE_URL = "https://set-me-please.com"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # a path to append to the BASE_URL: https://oauth_host.com/oauth/
 | 
					    # a path to append to the BASE_URL: https://oauth_host.com/oauth/
 | 
				
			||||||
    PATH = "wp-json/moserver"
 | 
					    PATH = "wp-json/moserver/"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # endpoint defaults
 | 
					    # endpoint defaults
 | 
				
			||||||
    AUTHORIZATION_ENDPOINT = "authorize"
 | 
					    AUTHORIZATION_ENDPOINT = "authorize"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[project]
 | 
					[project]
 | 
				
			||||||
name = "edx-oauth2-wordpress-backend"
 | 
					name = "edx-oauth2-wordpress-backend"
 | 
				
			||||||
version = "1.0.1"
 | 
					version = "1.0.2"
 | 
				
			||||||
authors = [
 | 
					authors = [
 | 
				
			||||||
  { name="Lawrence McDaniel", email="lpm0073@gmail.com" },
 | 
					  { name="Lawrence McDaniel", email="lpm0073@gmail.com" },
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user