hi all,
What is the use of JWT token ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaimin ShethiyaPosted Mar 5, 2020, 2:34 AM
JWT means Json Web Token.
and that is used for validate the API request and if token is validate then the API can return the actual result they have to requested.
JWT is provided that token is sometime after expire and again the generate that token and used to the API request.
Thanks
Rajanikant HawaldarPosted Mar 4, 2020, 10:36 PM