enabled xsrf be default and remove claim prefix to reduce size

This commit is contained in:
Sebastian Sdorra
2017-01-14 18:26:11 +01:00
parent 7d6d23b04d
commit 76384de26f
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ public final class Xsrf {
static final String HEADER_KEY = "X-XSRF-Token";
static final String CLAIMS_KEY = "scm-manager.org/xsrf";
static final String CLAIMS_KEY = "xsrf";
private Xsrf() {
}