Welcome to Module-Security, a powerful integration with DynamiaTools designed to provide user management, profile management, access tokens, restrictions, and much more for any web application developed with DynamiaTools. Internally, it leverages Spring Security and Spring Boot to ensure robust security features.
- User Management: Easily manage users within your application.
- Profile Management: Define and assign profiles to users.
- Access Tokens: Manage access tokens for secure authentication.
- Restrictions: Set up access restrictions based on user roles and permissions.
- And much more!
To integrate Security into your DynamiaTools project, follow these steps:
- Add the following Maven dependency to your project's
pom.xml
:
<dependency>
<groupId>tools.dynamia.modules</groupId>
<artifactId>tools.dynamia.modules.security.core</artifactId>
<version>1.0.0</version>
</dependency>
- If you're using ZK for the frontend, include the UI module dependency as well:
<dependency>
<groupId>tools.dynamia.modules</groupId>
<artifactId>tools.dynamia.modules.security.ui</artifactId>
<version>1.0.0</version>
</dependency>
-
Ensure your project is configured to use Spring Security and Spring Boot.
-
Start integrating user management, profile management, and other security features into your application!
Security module is licensed under the Apache License 2.0. See the LICENSE file for more details.
For detailed documentation and usage instructions, please refer to the official documentation.
Contributions are welcome! Feel free to open issues or submit pull requests.