[PR #313] feature: Basic auth for web console #1027

Open
opened 2026-03-15 21:48:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/313
Author: @zekiahmetbayar
Created: 10/26/2023
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • 7f20425 feature: 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:

  • Basic auth

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynqmon/pull/313 **Author:** [@zekiahmetbayar](https://github.com/zekiahmetbayar) **Created:** 10/26/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`7f20425`](https://github.com/hibiken/asynqmon/commit/7f204256251fa30e0526c3b5ff84d0d99bb7eac1) feature: Basic auth for web console ### 📊 Changes **1 file changed** (+51 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `cmd/asynqmon/main.go` (+51 -1) </details> ### 📄 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: - Basic auth --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynqmon#1027
No description provided.