-
Notifications
You must be signed in to change notification settings - Fork 181
Spring Lemon Commons Guide
Sanjay Patel edited this page Oct 26, 2018
·
21 revisions
spring-lemon-commons
is the second in Spring Lemon module hierarchy. It includes spring-lemon-exceptions and adds some common features that are useful in other more specific modules. Here we'll discuss those common features.
The JwtService
class provides methods for creating and parsing JWTs. It uses Nimbus JOSE + JWT under the hood. For a detailed discussion on JWT and Nimbus JOSE + JWT, refer our blog post here.