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