From: Kai Moritz Date: Mon, 1 Feb 2016 09:02:59 +0000 (+0100) Subject: Switched from InMemoryUsers- to JdbcUsersConnectionRepository with H2 X-Git-Url: https://juplo.de/gitweb/?p=examples%2Ffacebook-app;a=commitdiff_plain;h=3ba0e06f2f52ca1959dccaa33e288369914571af;hp=3ba0e06f2f52ca1959dccaa33e288369914571af Switched from InMemoryUsers- to JdbcUsersConnectionRepository with H2 This only works, if you have the full strength version of the Java Cryptographic Exctension (JCE) installed, since Spring Security is using a 256-bit key. See http://stackoverflow.com/a/17637354 for a full explanation. ---