[PR #4144] [CLOSED] add jwt authentication #4931

Closed
opened 2026-05-05 14:51:29 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4144
Author: @chenzhongjie2
Created: 4/10/2024
Status: Closed

Base: masterHead: feat/auth


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/4144 **Author:** [@chenzhongjie2](https://github.com/chenzhongjie2) **Created:** 4/10/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/auth` --- ### 📝 Commits (3) - [`2011ceb`](https://github.com/fatedier/frp/commit/2011ceb732ae75b109cd170cb2dfd4be6b1bc2dc) test - [`36cd220`](https://github.com/fatedier/frp/commit/36cd2202bbb94bb5acd59489331dc00f7b54fe36) test - [`dd2f4b5`](https://github.com/fatedier/frp/commit/dd2f4b5973635f380c1294fb0f6bc2a7224d89cd) test ### 📊 Changes **12 files changed** (+157 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:51:29 -06:00
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#4931
No description provided.