Skip to content

dogeared/JavaRoadStorm2016

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 4 commits ahead of stormpath:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Java RoadShow Tour Code

The code included in this repo is the tutorial code used in talks on the Java RoadShow 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 94.6%
  • HTML 5.4%