react-native-pure-jwt icon indicating copy to clipboard operation
react-native-pure-jwt copied to clipboard

A React Native library that uses native modules to work with JWTs!

Results 10 react-native-pure-jwt issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Utilizing the same secret, and same JWT results in different results when trying to decode on android vs IOS. Decoding is successful on android, but results in...

This is an issue with this project as a lot of client side apps do not encrypt the entire JWT. You've stated and closed previous post on people talking about...

In my react native project the example from github does not works ` import {decode} from "react-native-pure-jwt"; decode( "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJKb2UifQ.ipevRNuRP6HflG8cFKnmUPtypruRC4fb1DWtoLL62SY", // the token "secret", // the secret { skipValidation: true //...

We have the feature of Sign and Decode. Verify is missing

I am using the latest version of the package but facing an issue while buildRelease. how to resolve this?

Hello. Are there any plans to update this library to support TurboModules? We will add the lib to the list https://github.com/reactwg/react-native-new-architecture/discussions/6

**Is your feature request related to a problem? Please describe.** I'm curious if you have it on your roadmap to support a custom header? **Describe the solution you'd like** Certain...

Hello. Thank you for the library. I am having an issue, though I do not believe it is a bug. I am running into authentication issue when running my app...

The error object says key bytes can only be specified for HMAC signatures. So, please specify a PublicKey or PrivateKey instance.

enhancement
help wanted