danvega / jwt

Spring Security + JWT
83 stars 37 forks source link

Spring Security JWT

Spring Security has built-in support for JWTs using oAuth2 Resource Server. In this tutorial you are going to learn how to secure your APIs using JSON Web Tokens (JWT) with Spring Security.