This chapter discusses the MicroProfile JSON Web Token specification. It first covers an overview of a JWT and then discusses the specifics of the MicroProfile implementation. Finally, the chapter includes some code examples for how to use JWT in a microservice environment.
Security Best Practices for Microservices
Microservices are all the rage these days. But with more services comes more complexity—and with more complexity comes a greater ...