
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@zumito-team/user-panel-module
Advanced tools
The `userPanel` module provides a user-facing dashboard for the Zumito platform, allowing users to manage their account, view server information, and interact with platform features in a modern, Discord-inspired interface.
The userPanel module provides a user-facing dashboard for the Zumito platform, allowing users to manage their account, view server information, and interact with platform features in a modern, Discord-inspired interface.
This module is part of the Zumito ecosystem. To use it, ensure you have zumito-framework installed in your project.
npm install @zumito-team/user-panel-module
To integrate the userPanel module into your Zumito application, instantiate and register it with your main ZumitoFramework:
import { ZumitoFramework } from "zumito-framework";
import { UserPanelModule } from "@zumito-team/user-panel-module";
new ZumitoFramework({
// ... other options
bundles: [{
path: path.join(__dirname, "node_modules", "@zumito-team", "user-panel-module"),
}]
// Other options
})
The module will automatically register its services and routes.
NavigationService: Manages navigation elements for the user dashboard.UserAuthService: Handles authentication and session logic for users.UserViewService: Responsible for rendering user panel views.Main routes exposed by this module include:
/panel: Main user dashboard./panel/servers: List and manage servers./panel/login: User login page./panel/login/callback: Authentication callback.To contribute to this module, please follow the Zumito project contribution guidelines.
This project is licensed under the GNU General Public License (GPL).
FAQs
The `userPanel` module provides a user-facing dashboard for the Zumito platform, allowing users to manage their account, view server information, and interact with platform features in a modern, Discord-inspired interface.
We found that @zumito-team/user-panel-module demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.