Hi friends,
I’m looking for a way to create a button widget that logs out the user upon clicking. I surfed the source code to understand how to use the LogoutHandlet but I don’t seem to be able to get right. Even when I force “localhost:5001/logout” instead of “localhost:5001/app” manually, the app takes me to an internal server error. Can someone guide me through this, it shouldn’t be that complicated.
PS: I am using a generic provider, not sure if that changes things but I can assure you that it is developed based on an Azure authentication approach.
Thanks