https://github.com/dynamiatools/module-security
Spring Security integration for DynamiaTools projects
https://github.com/dynamiatools/module-security
Last synced: over 1 year ago
JSON representation
Spring Security integration for DynamiaTools projects
- Host: GitHub
- URL: https://github.com/dynamiatools/module-security
- Owner: dynamiatools
- License: apache-2.0
- Created: 2023-12-23T23:04:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T20:07:46.000Z (over 1 year ago)
- Last Synced: 2025-02-17T21:24:06.927Z (over 1 year ago)
- Language: Java
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Security Module
[](https://search.maven.org/search?q=tools.dynamia.modules.security)

[](https://github.com/dynamiatools/module-security/actions/workflows/maven.yml)
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`:
```xml
tools.dynamia.modules
tools.dynamia.modules.security.core
1.0.0
```
2. If you're using ZK for the frontend, include the UI module dependency as well:
```xml
tools.dynamia.modules
tools.dynamia.modules.security.ui
1.0.0
```
3. Ensure your project is configured to use Spring Security and Spring Boot.
4. 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](LICENSE) file for more details.
## 📖 **Documentation**
For detailed documentation and usage instructions, please refer to the [official documentation](https://yourdocumentationlinkhere.com).
## 🤝 **Contributing**
Contributions are welcome! Feel free to open issues or submit pull requests.