Skip to content

dynamiatools/module-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Security Module

Maven Central Java Version Required Maven Build

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.

🔒 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!

🚀 Getting Started

To integrate Security into your DynamiaTools project, follow these steps:

  1. 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>
  1. 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>
  1. Ensure your project is configured to use Spring Security and Spring Boot.

  2. Start integrating user management, profile management, and other security features into your application!

📝 License

Security module is licensed under the Apache License 2.0. See the LICENSE file for more details.

📖 Documentation

For detailed documentation and usage instructions, please refer to the official documentation.

🤝 Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

About

Spring Security integration for DynamiaTools projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages