mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #4865] [MERGED] add tokenSource support for auth configuration #5064
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#5064
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/4865
Author: @fatedier
Created: 7/3/2025
Status: ✅ Merged
Merged: 7/3/2025
Merged by: @fatedier
Base:
dev← Head:new📝 Commits (1)
958a892add tokenSource support for auth configuration📊 Changes
20 files changed (+832 additions, -23 deletions)
View changed files
📝
README.md(+15 -0)📝
Release.md(+1 -2)📝
client/service.go(+8 -3)📝
cmd/frpc/sub/nathole.go(+4 -1)📝
cmd/frpc/sub/proxy.go(+8 -2)📝
cmd/frps/root.go(+4 -1)📝
conf/frpc_full_example.toml(+5 -0)📝
conf/frps_full_example.toml(+5 -0)📝
pkg/config/load.go(+6 -2)📝
pkg/config/v1/client.go(+25 -5)📝
pkg/config/v1/client_test.go(+71 -1)📝
pkg/config/v1/server.go(+22 -3)📝
pkg/config/v1/server_test.go(+71 -1)📝
pkg/config/v1/validation/client.go(+12 -0)📝
pkg/config/v1/validation/server.go(+12 -0)➕
pkg/config/v1/value_source.go(+93 -0)➕
pkg/config/v1/value_source_test.go(+246 -0)📝
pkg/ssh/server.go(+4 -1)📝
pkg/virtual/client.go(+3 -1)➕
test/e2e/v1/basic/token_source.go(+217 -0)📄 Description
WHY
Fix #4353
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.