Skip to content

Spring Lemon Commons Guide

Sanjay Patel edited this page Oct 26, 2018 · 21 revisions

Under construction ..

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.

JwtService

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.

Clone this wiki locally