[GH-ISSUE #2381] Optional basic auth for admin UI #1893

Closed
opened 2026-05-05 13:13:23 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @bngabor on GitHub (May 9, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2381

If admin username and password is empty, then turn off the http basic auth for admin UI.

Alternatives:

  • empty username and password
  • new config record for auth turn on/off

admin_user = ""
admin_pwd = ""
or
admin_auth=false

If if could be optional, then we can use external authentication, with two factor, etc.

Originally created by @bngabor on GitHub (May 9, 2021). Original GitHub issue: https://github.com/fatedier/frp/issues/2381 If admin username and password is empty, then turn off the http basic auth for admin UI. Alternatives: - empty username and password - new config record for auth turn on/off admin_user = "" admin_pwd = "" or admin_auth=false If if could be optional, then we can use external authentication, with two factor, etc.
Author
Owner

@fatedier commented on GitHub (May 10, 2021):

Duplicate of https://github.com/fatedier/frp/issues/2344

<!-- gh-comment-id:836064971 --> @fatedier commented on GitHub (May 10, 2021): Duplicate of https://github.com/fatedier/frp/issues/2344
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: github-starred/frp#1893
No description provided.