Thanks a lot dude. very very helpful simple explanation.
@shobhitwalia13 жыл бұрын
Thanks for that
@auxiliarymaxima2 жыл бұрын
Thanks. Simple.
@prabaths2 жыл бұрын
Good information, thank you sir
@shobhitwalia12 жыл бұрын
If you like my work please subscribe my channel
@tshaylatte95022 жыл бұрын
Thank you!
@tubelight_production3 жыл бұрын
Hey, how to authenticate backend rest APIs or restrict api to be exposed.. can we use this for access control also? If yes then how?? How will backend validate this token and against what backend will validate that token sender has access of our application
@shobhitwalia13 жыл бұрын
You can validate this JWT token on backend, there are various library available in JAVA also, since I am not a Java developer I am not point out the name, JWT token contain audience, expiry time, scope also you can validate your JWT on this attribute, A good java library will provide this out of the box
@shobhitwalia13 жыл бұрын
I can help you out if your codebase in .net
@emanmohamed53293 жыл бұрын
I have this error in the token call { "error": "invalid_grant", "error_description": "Bad Request" } how to solve it ?
@shobhitwalia13 жыл бұрын
Share your actual request on shobhitwalia@gmail.com
@lkodovski Жыл бұрын
@@shobhitwalia1 I get the same error, can you please share the answer?