awslabs / aws-jwt-verify

JS library for verifying JWTs signed by Amazon Cognito, and any OIDC-compatible IDP that signs JWTs with RS256, RS384, and RS512
Apache License 2.0
598 stars 43 forks source link

[DISCUSSION] Support React Native? #73

Closed ottokruse closed 1 year ago

ottokruse commented 2 years ago

This library does not (yet) work in React Native.

In #66 several users have mentioned their wish to use this library in React Native. One comment mentions a metro config that works, but as far as we're aware though, only in the emulator: link

Should this library support React Native?

React Native users, please comment with your actual use case. JWTs are not usually verified on the client (rather on the server, in an API or so, right?!) so we'd like to understand the need.

Thank you!

ottokruse commented 1 year ago

Closing for now, feel free to add React Native use cases and we'll re-open.