Closed marioshtika closed 2 years ago
Related to issue #247
This pull request extends the JWT & Key classes and adds a new unique namespace to be used on the class-jwt-auth-public.php file
class-jwt-auth-public.php
Like this:
use Tmeister\Firebase\JWT\JWT; use Tmeister\Firebase\JWT\Key;
Thank you, @marioshtika; this fixes the issue. All my tests are looking good.
However, I'll close this PR and use your changes in #253, where I change the class name and add comments, etc.
Thanks again.
Related to issue #247
This pull request extends the JWT & Key classes and adds a new unique namespace to be used on the
class-jwt-auth-public.php
fileLike this: