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
I orientated my code on the php-jwt-rest-authentication example, but i always got an invalid token.
After some research, i found out, that the $signature_provided always has a " at the end, but the $base64_url_signature not.
$base64_url_signature
MJrakX4rOoEf7dp9AU8aqcxd9oIsDbJWc15yVgwKe0M
$signature_provided
MJrakX4rOoEf7dp9AU8aqcxd9oIsDbJWc15yVgwKe0M"
Is this a known issue?
The text was updated successfully, but these errors were encountered:
First: thank you for this function!
I orientated my code on the php-jwt-rest-authentication example, but i always got an invalid token.
After some research, i found out, that the
$signature_provided
always has a"
at the end, but the$base64_url_signature
not.$base64_url_signature
$signature_provided
Is this a known issue?
The text was updated successfully, but these errors were encountered: