The Token's Signature resulted invalid when verified using the Algorithm: HmacSHA256 php

hello sir
i want to integrate my application using rest api working when i am using token of generate token from profile .
but i am using jwt token in php (laravel) . i am also intsall package from jwt “https://jwt.io/” of php
it is not working .please help me Algorithm: HmacSHA256 php to genrate signature
Thanks
Amit

Hi @webinars4 ,

Have you tried searching jwt.io or stackoverflow for a library in PHP? Perhaps you will find the following helpful for programmatically generating a token in PHP:
GitHub - lcobucci/jwt: A simple library to work with JSON Web Token and JSON Web Signature

Thanks,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.