Basically I want to decode a base64 encoded JWT to extract the information in the body part.
I tried searching for possibilities to decode the token but all JWT Nuget-Packages don't work with my Xamarin.Android project since Mono doesn't have the assemblies and on their own forums there are no further informations about this topic.
Do you guys have a solution for this? Help would be much appreciated!