Skip to content

nagyistge/microservice-security

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo samples from Microservice Security talk by Dave Syer at SpringOne2GX 2014. Slides here: http://presos.dsyer.com/decks/microservice-security.html.

Contents:

  • ./demo/app.groovy: the HTTP Basic auth sample app. Start it with Spring Boot CLI

  • ./certs: the X.509 authentication example. Start the Application class as a Spring Boot app (main method), and look at the tests and slides for how to log into it with the certificates in src/main/resources

  • /pairs/spring-session: the Spring Session demo, using a shared cookie as an authentication token between a front end UI and a back end service

About

Various code samples from the http://presos.dsyer.com/decks/microservice-security.html presentation by Dave Syer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 53.2%
  • JavaScript 16.3%
  • Groovy 14.3%
  • HTML 13.1%
  • FreeMarker 3.1%