Hello everyone,
I'm searching around the net how I could decode a JWT token to fetch the expiration date in C#.
Only I couldn't find many solutions / examples for Xamarin.
I tried adding https://www.nuget.org/packages/System.IdentityModel.Tokens.Jwt/ but this isn't compatible with Xamarin.
Could anyone point me in the right direction, what other alternatives are there ?