🐛 Fix large JWT header

This commit is contained in:
LittleSheep 2025-03-23 00:07:32 +08:00
parent f9aa4e3c10
commit c4758c6217

View File

@ -29,6 +29,7 @@ func NewServer() *App {
EnableIPValidation: true,
ServerHeader: "HyperNet.Passport",
AppName: "HyperNet.Passport",
ReadBufferSize: 5 * 1024 * 1024, // 5MB for large JWT
ProxyHeader: fiber.HeaderXForwardedFor,
JSONEncoder: jsoniter.ConfigCompatibleWithStandardLibrary.Marshal,
JSONDecoder: jsoniter.ConfigCompatibleWithStandardLibrary.Unmarshal,