JWT SpringBoot Security
GIthub: https://github.com/djrabi007/springboot-basic-security/commits/master JWT is value Token... Send Some value Server to the Client... Client can send back on subsequent request... Not Confidential information like Password in the Token... Create JWT for future Authorization... JWT is for Further interaction after Authenticate... To remember who are you in the subsequent interaction... JWT is coming into picture after Authentication complete.. JWT is specific to Authorization... NOT Authentication.... JWT can be saved in Local Storage/Cookies of Client... JWT is used in subsequent request....pass by HTttpHeader..
GIthub: https://github.com/djrabi007/springboot-basic-security/commits/master JWT is value Token... Send Some value Server to the Client... Client can send back on subsequent request... Not Confidential information like Password in the Token... Create JWT for future Authorization... JWT is for Further interaction after Authenticate... To remember who are you in the subsequent interaction... JWT is coming into picture after Authentication complete.. JWT is specific to Authorization... NOT Authentication.... JWT can be saved in Local Storage/Cookies of Client... JWT is used in subsequent request....pass by HTttpHeader..