How to Implement User Authentication and Authorization with SpringBoot and JWT
If you do a quick search on how to secure REST API in SpringBoot using JWT you will find a lot of the same results. These results contain a method that involves writing a custom filter chain and using third party library for encoding and decoding JWT...
krishnakumar.hashnode.dev5 min read