mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
added restful endpoint for jwt authentication
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user