All Projects → stormpath → Javaroadstorm2016

stormpath / Javaroadstorm2016

Programming Languages

java
68154 projects - #9 most used programming language

Stormpath Java RoadStorm Tour Code

Check out the Java RoadStorm Tour landing page for tour dates and information.

The code included in this repo is the tutorial code used in talks on the Java RoadStorm Tour. There are two tutorials:

  • JJWT CSRF Tutorial - This shows how replacing the default CSRF handler for Spring Security with a custom handler that uses JWTs can enhance CSRF protection.
  • JJWT Microservices Tutorial - This is a demonstration of establishing trust between microservices using JWTs. It has both an HTTP mode and a messaging mode using Kafka.

Resources

  • JJWT - Java JWT library used in the tutorials
  • HTTPie - command line HTTP client (replaces curl)
  • Kafka - Messaging system used in the microservices tutorial. Note: All you need to do is follow the quickstart

For more information, look at the README in each of the tutorials.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].