JWT
JWT
JWT Is best way to communicate b/w client and server …follows stateless authentication
mechanism…stateless means the data of client side is not stored
Stateless Authentication Mechanism client side cookies are stored ..cookie’s details … if cookies
are exchanged … then connection established
Cookie value is the value that we want to exchange between server and client
Cookie is browser specific… if we change the browser the cookie will be also changed
Payload
1. We do it through usename and password but userid and password are hardcoded… anyone
can access it easily… not secure
JWT : Impl
JWT : API
JWT : Jackson