Simplified the configuration of Spring-Security: defaults are not disabled
[examples/facebook-app] / src /
2016-05-26 Kai MoritzSimplified the configuration of Spring-Security: defaul...
2016-05-26 Kai MoritzRedirect to originally requested page after sign-in
2016-05-26 Kai MoritzSwitched from the manual implemented authentication...
2016-02-01 Kai MoritzRefactored instantiation of helper classes: @Service...
2016-02-01 Kai MoritzEnabled logging of HTTP-requests and -responses part-07
2016-02-01 Kai MoritzAuthentication through the canvas-attribute signed_request part-06
2016-02-01 Kai MoritzRefactored authorization from HomeController to UserCoo... part-05
2016-02-01 Kai MoritzSign in users via Facebook and sign up new users automa... part-04
2016-01-30 Kai MoritzImplemented a simple UserIdSource, that stores the... part-03
2016-01-30 Kai MoritzMake Spring-Boot's implicit autoconfiguration explicit part-01
2016-01-30 Kai MoritzMoved Thymeleaf-templates to src/main/webapp to enable... part-00
2016-01-30 Kai MoritzAdded a second page to proof, that the connection is...
2016-01-30 Kai MoritzAuthenticate against Facebook