Hey yall! Love Supertokens! Currently running into an issue with the Apple OAuth flow. Specifically when apple.com redirects the user back to the API endpoint(/api/auth/callback/apple). The supertokens middleware is generating the following error:
{"message":"API input error: Please make sure to pass valid URL query params"}
. I checked the body of the POST and it contains two fields, state and code with no query params in the url.
frazboyz
03/16/2023, 11:50 PM
Had to update supertokens node sdk, seems to have solved it.