Domingo Suarez Torres
Domingo Suarez Torres
Sounds pretty good, do you have some code now? pull request are welcome¡
Released a new version this week, please check it out @dingxiaobo @lenvonsam
You have to properly set your forms: http://docs.spring.io/autorepo/docs/spring-security/3.2.0.CI-SNAPSHOT/reference/html/csrf.html#csrf-include-csrf-token This issue is not related to this project.
this is working for me: ``` jade html head title Sign in body h2 Login: Username and password form(method='POST', action='/login') table tbody tr td User: td input(type='text', value='', name='username') tr...
This is my `Spring Security Config` it's `Groovy` code ``` groovy package sindicato.alosh.web.config import org.springframework.beans.factory.annotation.Autowired import org.springframework.context.annotation.Configuration import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder import org.springframework.security.config.annotation.web.builders.HttpSecurity import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity import org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter /** * Created by domix...
thanks @nathand , the idea to reopen this issue is to provide the configuration above automatically, if Spring Security is on your project.
Thanks a lot @lavandowska I'll try to add/test your patch sortly