Commit Graph

7 Commits

Author SHA1 Message Date
Grzegorz Piwowarek 62fb8b257b Refactor MyUserDetailsService 2016-10-01 09:58:51 +02:00
eugenp eba672e9ad cleanup work 2016-03-12 19:44:59 +02:00
DOHA 70be232c5a cleanup and upgrade 2016-01-07 15:17:26 +02:00
eugenp 1e36d212d1 spring updates 2014-09-15 14:26:17 +03:00
eugenp bb662b4252 cleanup work (mostly formating) 2014-06-04 12:14:34 +02:00
corsoft dd020af30a Updated spring-security-mvc-persisted
Updated spring-security-mvc-persisted - added login error message if
unknown user, and switched default H2 database to be embedded
in-memory. Added explicit sql creation script to automatically create
table on deployment (for some reason the createTableOnStartup flag in
the jdbcTokenRepository didn’t work with embedded H2)
2014-05-31 16:39:21 +01:00
corsoft 7b7b5ae49f Initial commit of Persisted Remember-Me Example
Initial commit - project copied from spring-security-mvc-custom and
modified. Added PersistedToken remember me configuration (in xml and
annotated classes), and some minor refactoring. This version works with
PostgreSQL or H2 (configured in DatabaseConfig.java).
2014-05-30 22:55:17 +01:00