documentation
This commit is contained in:
parent
6eb4f65fe4
commit
3a5f7277bf
@ -72,7 +72,7 @@ Subclass oauth2_wordpress.wp_oauth.WPOpenEdxOAuth2, and configure for your Wordp
|
|||||||
#
|
#
|
||||||
# the following will create an authorization url of https://stepwisemath.ai/wp-json/moserver/authorize
|
# the following will create an authorization url of https://stepwisemath.ai/wp-json/moserver/authorize
|
||||||
BASE_URL = "https://stepwisemath.ai"
|
BASE_URL = "https://stepwisemath.ai"
|
||||||
PATH = "wp-json/moserver"
|
PATH = "wp-json/moserver/"
|
||||||
AUTHORIZATION_ENDPOINT = "authorize"
|
AUTHORIZATION_ENDPOINT = "authorize"
|
||||||
TOKEN_ENDPOINT = "token"
|
TOKEN_ENDPOINT = "token"
|
||||||
USERINFO_ENDPOINT = "resource"
|
USERINFO_ENDPOINT = "resource"
|
||||||
|
Loading…
Reference in New Issue
Block a user