We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58e8c78 + bb8034d commit 82160eeCopy full SHA for 82160ee
supertokens_python/recipe/thirdparty/api/implementation.py
@@ -153,7 +153,7 @@ async def apple_redirect_handler_post(
153
state_in_b64: str = form_post_info["state"]
154
state = b64decode(state_in_b64).decode("utf-8")
155
state_obj = json.loads(state)
156
- redirect_uri: str = state_obj["redirectURI"]
+ redirect_uri: str = state_obj["frontendRedirectURI"]
157
158
url_obj = urlparse(redirect_uri)
159
qparams = parse_qs(url_obj.query)
0 commit comments