You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed an old version of Dart to try to run this code but I faced multiple problems during pub get without ever finding a solution to install the packages. Unfortunately, on closer examination, I think the problem come from the pointycastle library (the one used for RSA/ECDSA) and I don't think I can solve your problem...
I'll leave that issue open, maybe someone will have a solution. I will also continue my research on this problem.
Hi!
I faced an issue using your library to sign JWT with an RSA key.
I use Dart to create code for handling Firebase Functions, so here's my pubspec.yaml:
I'm using Dart 2.9.3, because node compilers do not support Dart v3.
I'm testing it using your samples:
But failing with error:
Error: Value of "this" must be of type nullish or must be the global object
An interesting fact is that HMAC key (SecretKey) works.
I'd appreciate your support.
(PS - this is test Private Key, so I have no issue with sharing it here ;) )
The text was updated successfully, but these errors were encountered: