Google Login with spring boot @WicketApp

2018-03-31 Thread Per Newgro
Hello, i would like to replace my local (db-based) login with OAuth Provider Google. But so far i could not implement a working solution. The app is registered at Google. Client secret and ID are present. But i can not find an example how to integrate everything in my Wicket App. Is

Re: Wicket Spring Boot open entity manager in view config

2018-03-31 Thread Per Newgro
Hi, i can answer myself :-)     public @Bean FilterRegistrationBean openEntityManagerInViewFilter() {         FilterRegistrationBean registration = new FilterRegistrationBean();         registration.setFilter(new OpenEntityManagerInViewFilter());