Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin Panel Section #11

Open
miroslavpejic85 opened this issue Sep 29, 2024 · 0 comments
Open

Admin Panel Section #11

miroslavpejic85 opened this issue Sep 29, 2024 · 0 comments
Labels
feature-request New feature request good first issue Good for newcomers

Comments

@miroslavpejic85
Copy link
Owner

miroslavpejic85 commented Sep 29, 2024

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=adminPassword

Once 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.

@miroslavpejic85 miroslavpejic85 added good first issue Good for newcomers feature-request New feature request labels Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant