Decode does not work for arm64 architecture android devices
GarryCyber opened this issue · 0 comments
GarryCyber commented
When I used jwt::decode(jwtPayload, algorithms({ "NONE" }), verify(FALSE)) to read algorithm it throws exception when I tested with arm64 architecture(my personal android phone). But it worked with x86 architecture(windows laptop and emulator).