Line referencing context.redirectUrl instead of self.context.redirectUrl:
|
redirect_uri=urllib.parse.quote(context.redirectUrl), |
As a side note, it seems like the step of getting the authentication code, hitting your oauth/authorize endpoint, is not in the SDK, do you have any recommendations on best practices for that step?