[PR #4465] [CLOSED] Add access token auth to LFS - Fixes #4454 #17384

Closed
opened 2025-11-02 13:03:38 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4465
Author: @Andersbiha
Created: 7/18/2018
Status: Closed

Base: masterHead: fix-lfs-token-auth


📝 Commits (4)

  • d7e4ca2 Add access token auth to LFS
  • b408033 Remove redundant token update
  • 0b3e976 Merge branch 'master' into fix-lfs-token-auth
  • 49cea09 Simplify return statements

📊 Changes

1 file changed (+18 additions, -1 deletions)

View changed files

📝 modules/lfs/server.go (+18 -1)

📄 Description

Fixes #4454
Add support for token based authentication to the LFS server module.
This enables 2FA authenticated users to interact with LFS repos.


🔄 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/go-gitea/gitea/pull/4465 **Author:** [@Andersbiha](https://github.com/Andersbiha) **Created:** 7/18/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-lfs-token-auth` --- ### 📝 Commits (4) - [`d7e4ca2`](https://github.com/go-gitea/gitea/commit/d7e4ca299140a7a543c50df9e412af409867dd5b) Add access token auth to LFS - [`b408033`](https://github.com/go-gitea/gitea/commit/b408033e43fc998324de1c02420f5c208d9d56e4) Remove redundant token update - [`0b3e976`](https://github.com/go-gitea/gitea/commit/0b3e9765b3d6dd270e20bf36915939da4c69d1c4) Merge branch 'master' into fix-lfs-token-auth - [`49cea09`](https://github.com/go-gitea/gitea/commit/49cea0943aa56bc47ee447446a6a26fbc43fe2b4) Simplify return statements ### 📊 Changes **1 file changed** (+18 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `modules/lfs/server.go` (+18 -1) </details> ### 📄 Description Fixes #4454 Add support for token based authentication to the LFS server module. This enables 2FA authenticated users to interact with LFS repos. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 13:03:38 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17384