Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dynamiatools/module-security
Spring Security integration for DynamiaTools projects
https://github.com/dynamiatools/module-security
Last synced: 5 days 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T21:39:31.000Z (3 months ago)
- Last Synced: 2024-08-20T23:28:36.558Z (3 months ago)
- Language: Java
- Size: 94.7 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
[![Maven Central](https://img.shields.io/maven-central/v/tools.dynamia.modules/tools.dynamia.modules.security.core)](https://search.maven.org/search?q=tools.dynamia.modules.security)
![Java Version Required](https://img.shields.io/badge/java-17-blue)
[![Maven Build](https://github.com/dynamiatools/module-security/actions/workflows/maven.yml/badge.svg)](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`:
```xmltools.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:
```xmltools.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.