mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #5105] [MERGED] refactor: separate auth config from runtime and defer token resolution #5125
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#5125
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/fatedier/frp/pull/5105
Author: @fatedier
Created: 12/24/2025
Status: ✅ Merged
Merged: 12/24/2025
Merged by: @fatedier
Base:
dev← Head:new📝 Commits (1)
efb1551refactor: separate auth config from runtime and defer token resolution📊 Changes
24 files changed (+185 additions, -206 deletions)
View changed files
📝
client/control.go(+6 -6)📝
client/proxy/proxy.go(+4 -1)📝
client/proxy/proxy_manager.go(+5 -2)📝
client/proxy/proxy_wrapper.go(+2 -1)📝
client/proxy/sudp.go(+1 -1)📝
client/proxy/udp.go(+1 -1)📝
client/service.go(+6 -6)📝
cmd/frpc/sub/proxy.go(+4 -2)📝
cmd/frpc/sub/root.go(+1 -0)📝
cmd/frps/root.go(+8 -1)📝
cmd/frps/verify.go(+4 -1)📝
pkg/auth/auth.go(+63 -0)📝
pkg/config/v1/client.go(+0 -13)📝
pkg/config/v1/client_test.go(+5 -66)📝
pkg/config/v1/server.go(+0 -14)📝
pkg/config/v1/server_test.go(+5 -66)📝
pkg/config/v1/validation/client.go(+13 -14)📝
pkg/config/v1/validation/server.go(+7 -1)➕
pkg/config/v1/validation/validator.go(+28 -0)📝
server/control.go(+6 -1)...and 4 more files
📄 Description
WHY
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.