Hello, I need help resolving a matter.
I have a Web App in WiseJ.NET, and this app has a button to log in using Discord.
The problem is that when I click on the button I am redirected to discord, after logging in discord redirects me back to the website with some arguments in the url, but wisej knows that the session is the same, it will not fetch the data of the URL.
Is there any event to fire when I return to the Dashboard after Discord redirected me? Or another way?
I’m sure it exists and I just don’t know how to do it. Basically I just want to get the arguments that are in the URL, but the app needs to be smart enough to fetch this information after returning from Discord login, all automatically, a kind of timer, or something that detects that I’ve returned to the web app wisej page and go get the arguments.
Thank you very much, I hope you can help me!!
Hey Ruben,
You can use the Application.ApplicationRefresh event to check for redirect data when returning to the dashboard.
Let me know if that works for you!
Best,
Levie
Please login first to submit.