Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Building RESTful Web Services with Java EE 8

You're reading from   Building RESTful Web Services with Java EE 8 Create modern RESTful web services with the Java EE 8 API

Arrow left icon
Product type Paperback
Published in Jul 2018
Publisher Packt
ISBN-13 9781789532883
Length 116 pages
Edition 1st Edition
Languages
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Mario-Leander Reimer Mario-Leander Reimer
Author Profile Icon Mario-Leander Reimer
Mario-Leander Reimer
Arrow right icon
View More author details
Toc

Using JSON Web Tokens for authentication

In this section, we're going to take a look at decoding JSON Web Tokens (JWTs) using the Auth0 library. We'll see how you can implement and use the ContainerRequest and ContainerResponse filters to handle JWT authentication for our REST resources. Finally, we'll be injecting and using decoded JWT in our REST resources.

Let's get started. If you visit the JWT website (https://jwt.io/), you can find relevant information about JWT. Under Debugger, you can see what a JWT looks like. We can see the token under Encoded—it consists of a HEADER, PAYLOAD, and VERIFY SIGNATURE. This JWT uses symmetric encryption to generate the signature. Therefore this value will later be transmitted by the HTTP authorization header:

As usual, we prepare a small template project to get started. First, we activate a third-party library...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £16.99/month. Cancel anytime