Turning the app into a pure Facebook-App
authorKai Moritz <kai@juplo.de>
Thu, 26 May 2016 14:06:37 +0000 (16:06 +0200)
committerKai Moritz <kai@juplo.de>
Fri, 27 May 2016 06:29:01 +0000 (08:29 +0200)
commitf1e0b9b0179c176ad143862cbe56a24d319c87ba
tree0f955716c4ec038207705c8180b5ac7f04f368c0
parentf629006c32b366b1bfaf24fb25f128f83e1c76b0
Turning the app into a pure Facebook-App

We remove everything, that is not needed, if all users are signed in through
the Facebook-Canvas.
src/main/java/de/juplo/yourshouter/SocialAuthenticationEntryPoint.java [deleted file]
src/main/java/de/juplo/yourshouter/SocialConfig.java
src/main/java/de/juplo/yourshouter/SpringSecuritySignInAdapter.java
src/main/java/de/juplo/yourshouter/WebSecurityConfig.java
src/main/webapp/thymeleaf/connect/facebookConnect.html [deleted file]
src/main/webapp/thymeleaf/connect/facebookConnected.html [deleted file]
src/main/webapp/thymeleaf/home.html
src/main/webapp/thymeleaf/signin.html [deleted file]