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
As of Mojo::JWT v1.00 (and v1.01 which fixes a bad test) it has a hard dependency on CryptX which should make a lot of things easier. As such this constant (which doesn't even get used by the way) loads modules that aren't needed.
Recommended to remove at least the Crypt::OpenSSL loading on that line, and perhaps actually guard the use of Mojo::JWT with that constant unless you want to make it a hard dependency (which it almost is now?).
The text was updated successfully, but these errors were encountered:
As of Mojo::JWT v1.00 (and v1.01 which fixes a bad test) it has a hard dependency on CryptX which should make a lot of things easier. As such this constant (which doesn't even get used by the way) loads modules that aren't needed.
Recommended to remove at least the Crypt::OpenSSL loading on that line, and perhaps actually guard the use of Mojo::JWT with that constant unless you want to make it a hard dependency (which it almost is now?).
The text was updated successfully, but these errors were encountered: