Tag Archives: JWT

JAX-RS, JWT & a pinch of JSR 375

This is another version of my previous blog on JAX-RS and JWT which includes a pinch of Java EE Security API (new JSR in Java EE 8). In case you are completely new to JSR 375, please jump to the last … Continue reading

Posted in Java EE | Tagged , , , , , , , | Leave a comment

JSON Web Token in action with JAX-RS

This post is about using JSON Web Token (JWT) with JAX-RS It covers Real quick intro to JWT Shows how to use it with JAX-RS (for authentication) with an example Also demonstrates contextual state/information sharing feature provided by JAX-RS Request Filters and usage … Continue reading

Posted in Java EE | Tagged , , , , , , | 7 Comments