DS-3542 JWT encryption and compression

This commit is contained in:
frederic
2017-11-15 17:17:55 +01:00
parent 2e650d8964
commit bf8d63c1e3
8 changed files with 77 additions and 40 deletions

View File

@@ -65,7 +65,7 @@ public class EPerson extends DSpaceObject implements DSpaceObjectLegacySupport
@Column(name="salt", length = 32)
private String salt;
@Column(name="session_salt", length = 16)
@Column(name="session_salt", length = 32)
private String sessionSalt;
@Column(name="digest_algorithm", length = 16)