Custom cookie with auth0-react

Ready to post? :mag: First, try searching for your answer.
Hi! I have an application using the Auth0-React implementation. It works well.

Now we’ve put a layer in front of our application, which enforces the user to be logged in via auth0, prior to being able to reach our application server.

This works really well - but when I arrive at my application, I can see that I have a token set in a cookie - fully authenticated and athorized (claims in cookie). The only issue is that the auth0-react library cannot detect and parse this, as it’s placed in a custom cookie called “AkaOauth_opoa”. Is there anyway I can get auth0-react to work with this one?