JWT Token Signature Verification Issue with PHP and Firebase JWT Library
We are creating an application, I am using php and jwt for login and authenticate.
I create the jwt code, but when I decode it on its official site, I encountered a signature error .
here is my code :