mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #4144] [CLOSED] add jwt authentication #4931
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#4931
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/4144
Author: @chenzhongjie2
Created: 4/10/2024
Status: ❌ Closed
Base:
master← Head:feat/auth📝 Commits (3)
2011cebtest36cd220testdd2f4b5test📊 Changes
12 files changed (+157 additions, -1 deletions)
View changed files
➕
README_agi7.md(+9 -0)📝
go.mod(+1 -0)📝
go.sum(+2 -0)📝
pkg/auth/auth.go(+4 -0)➕
pkg/auth/jwt.go(+118 -0)📝
pkg/auth/legacy/legacy.go(+14 -0)📝
pkg/config/v1/client.go(+2 -0)📝
pkg/config/v1/common.go(+1 -0)📝
pkg/config/v1/server.go(+1 -0)📝
pkg/config/v1/validation/validation.go(+1 -0)📝
pkg/msg/handler.go(+3 -0)📝
server/control.go(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.