usefulteam / jwt-auth

WordPress JSON Web Token Authentication
https://wordpress.org/plugins/jwt-auth/
116 stars 49 forks source link

Added a wrapper class around \Firebase\JWT\JWT and \Firebase\JWT\Key #87

Open MichaelSowah opened 1 year ago

MichaelSowah commented 1 year ago

Added a wrapper class around \Firebase\JWT\JWT and \Firebase\JWT\Key to help avoid plugin conflicts such as https://github.com/usefulteam/jwt-auth/issues/82

sun commented 1 year ago

Thanks a lot for contributing this change, @MichaelSowah! 🙂

As I'm fairly familiar with the inner workings of the class loader, I'm skeptical about the proposed solution. Let's discuss in https://github.com/usefulteam/jwt-auth/issues/82#issuecomment-1438840613 first. 👍