Micah Silverman

afitnerd
dogeared
Biography

Micah Silverman is Stormpath’s Java Developer Evangelist. With 21 years Java experience (yup, that’s from the beginning), authoring numerous articles, co-authoring a JavaEE book, and speaking at many conferences, he brings his love of all things Java to a meetup near you.

Securing Java Microservices with Java JWT (JJWT)

In this presentation, Micah Silverman will take you on a token based journey. The talk covers what tokens are, looking at cryptographically signed tokens - JWTs (JSON Web Token), using the JJWT library to create JWTs, mitigating CSRF (Cross Site Request Forgery) attacks using JWTs and establishing trust between microservices using JWTs. There are some slides and lots of code.