Hi Team,
I have a web application and through that i am redirecting it to the 8th wall and then completing the game redirecting it again to the web and vice versa, but now i need to authenticate user, i am doing it on a a web app side, but how can i make sure that user is authenticated when it comes to 8th wall, rather a direct link accessibility
Thank you
You could use URL params, but the best way to do it would probably be a JWT. However, this isnβt something we provide; youβd have to create it yourself.