Securing a Spring Boot REST API with JWT Authentication
Let’s go over a brief intro to JWT and Spring Security so we can follow what we are building with ease.
JWT
JWT stands for JSON Web Token. It’s a compact, URL-safe, and digitally signed string that represents claims about a user or system. It’s often...
code-like-a-woman.hashnode.dev10 min read