Security app module
Security and authentication Bundled: Community edition
Edition | CE |
---|---|
License |
|
Issues |
|
Maven site |
|
Latest |
7.0.0 |
The Security app module installs the Security app where you can manage access to Magnolia. See Security for more information.
Installing with Maven
Maven is the easiest way to install the module. Add the following to your bundle:
<dependency>
<groupId>info.magnolia.security</groupId>
<artifactId>magnolia-security-app</artifactId>
<version>7.0.0</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |