Security App module

Edition CE

License

MLA, GPL

Issues

SECURITY

Maven site

Security

Latest

6.2.18

The Security App module installs the Security app in which access to Magnolia is managed. 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>6.2.18</version>
</dependency>
Feedback