File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
+ * Copyright since 2016 by Ortus Solutions, Corp
3
+ * www.ortussolutions.com
4
+ * ---
2
5
* Security Headers interceptor
3
6
* This interceptor provides security headers according to the configuration used by the config
4
7
* This applies globally to all responses in an application.
Original file line number Diff line number Diff line change 1
1
/**
2
- * This is the basic auth user service that relies on the config's basicAuth.users configuration.
2
+ * Copyright since 2016 by Ortus Solutions, Corp
3
+ * www.ortussolutions.com
4
+ * ---
5
+ * This user service is based off a basic auth configuration of users in the application's security configuration.
6
+ * A single ColdBox application can have a main dictionary of users and modules can collaborate users as well.
3
7
*/
4
8
component accessors = " true" singleton {
5
9
Original file line number Diff line number Diff line change 1
1
/**
2
+ * Copyright since 2016 by Ortus Solutions, Corp
3
+ * www.ortussolutions.com
4
+ * ---
2
5
* This is a basic user object that can be used with CBSecurity.
3
6
*
4
7
* It implements the following interfaces via it's delegates
You can’t perform that action at this time.
0 commit comments