mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4443] 我希望能增加一种鉴权方式。通过注册用户的方式让frps允许frpc连接。 #3508
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#3508
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?
Originally created by @wiseforever on GitHub (Sep 15, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4443
Describe the feature request
希望能增加一种鉴权方式
痛点
目前的鉴权方式,可选值为 token 或 oidc,默认为 token。
但是 token 属于是 frps 将其参数固定,不利于多设备之间的管理。
通过注册用户的方式让 frps 允许 frpc 连接。
具体逻辑
Describe alternatives you've considered
希望能增加一种鉴权方式
痛点
目前的鉴权方式,可选值为 token 或 oidc,默认为 token。
但是 token 属于是 frps 将其参数固定,不利于多设备之间的管理。
通过注册用户的方式让 frps 允许 frpc 连接。
具体逻辑
Affected area
@wiseforever commented on GitHub (Sep 17, 2024):
降低版本使用了插件
@cfei0926 commented on GitHub (Dec 14, 2025):