-
-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
feature-requestNew feature requestNew feature requestgood first issueGood for newcomersGood for newcomers
Description
Feature request
The admin panel is accessible through a secure login using a email, username and password defined in the .env file.
# User identified as Admin by this credentials
ADMIN_EMAIL=admin@email
ADMIN_USERNAME=adminUsername
ADMIN_PASSWORD=adminPasswordOnce authenticated, the admin can view the panel, enabling management actions such as creating, editing, and deleting users. These actions can potentially be integrated with the existing API: MiroTalk Web API Documentation.
Pros
-
User Management: Provides a streamlined interface for managing users, making it easy to handle user-related operations.
-
Efficiency: Automates routine tasks for admins, saving time.
Additional context
We welcome any pull requests.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestNew feature requestNew feature requestgood first issueGood for newcomersGood for newcomers