This Project aims at presenting implementation variants for creating jwt auth-Z in Java EE, comparing JEE 6, 7 and 8.

  • Java 6 : using a JAPIC-SAM
  • Java 7 : using a JAX-RS Container-Request-Filter (in Master)
  • Java 8 : using Security API (aka Soteria)

sry but documentation is really bad.. If any issues migth be found.. create a ticket ..

You can find the source code for the Projekt at GitHub: andrebiegel / jwt-jax-rs