XelNizar

Results 2 comments of XelNizar

i am facing a similar problem while using the apiFetch (@wordpress js method) which is throwing an Cookie check failure/Cookie nonce invalid error and causing the user to logout.

@MarkintoshZ I have found a workaround for this: 1) created an action in auth0 where i check if its a refresh token event using this check: `if (event.transaction?.protocol === "oauth2-refresh-token")`...