Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mojo::JWT no longer needs Crypt::OpenSSL #79

Open
jberger opened this issue Oct 16, 2024 · 0 comments
Open

Mojo::JWT no longer needs Crypt::OpenSSL #79

jberger opened this issue Oct 16, 2024 · 0 comments

Comments

@jberger
Copy link
Contributor

jberger commented Oct 16, 2024

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?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant