mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 01:25:47 +03:00
[PR #313] feature: Basic auth for web console #1027
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#1027
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hibiken/asynqmon/pull/313
Author: @zekiahmetbayar
Created: 10/26/2023
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
7f20425feature: Basic auth for web console📊 Changes
1 file changed (+51 additions, -1 deletions)
View changed files
📝
cmd/asynqmon/main.go(+51 -1)📄 Description
Hi,
I did not want everyone to read the data I wrote to the tasks, and encrypting and decrypting this data slowed down my application. For this reason, I researched whether there was a basic auth option and came across this. #78
When I saw that it was not yet available, I wanted to make an improvement for this application and I added basic auth.
Features:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.