[ Package conformance ]
Auth & Payments · >=3.0.0
react-native-pure-jwt
fully functional via Web Crypto — sign/verify/decode work with HMAC HS256/384/51290%
API coverage
No visual conformance cases have been published for this package yet. The registry summary below describes what the compat layer implements.
Working (6)
decode() (header+payload parsing)sign() (HMAC via crypto.subtleHS256/384/512)verify() (signature check + exp validation)base64url encode/decodeiat auto-injection
Missing (2)
RS256/ES256 asymmetric algorithms not supported (Web Crypto could but not implemented)skipValidation option in decode has no effect on signature