JSON Web Token
When we send first request to any web server it responds back with a JWT token.
This token is used to send from client on each next request and server have the authority to verify the token.
Eg - When we first login/signup to ChatGPT it send a toke...
rudraiitm.hashnode.dev1 min read