added restful endpoint for jwt authentication

This commit is contained in:
Sebastian Sdorra
2015-03-15 11:40:29 +01:00
parent be385e4f2e
commit 325ca0c795
10 changed files with 352 additions and 347 deletions

View File

@@ -114,6 +114,9 @@ public class ScmSecurityModule extends ShiroWebModule
// disable access to mustache resources
addFilterChain("/**.mustache", config(ROLES, "nobody"));
// disable session
// addFilterChain("/**", NO_SESSION_CREATION);
}
/**