Released version 1.0.0
[examples/facebook-app] / src / main /
2018-07-03 Kai MoritzMoved the embedded default-templates into the classpath
2018-07-03 Kai MoritzRenamed the pom-properties and enabled the docker-build
2016-05-26 Kai MoritzSwitched H2 to server-mode and made the console availab...
2016-05-26 Kai MoritzAdded a fix to repair the login-redirect when using...
2016-05-26 Kai MoritzSwitched to Encryptors.noOpText(), because of Illegal...
2016-05-26 Kai MoritzSwitched from InMemoryUsers- to JdbcUsersConnectionRepo...
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