[PR #2581] [CLOSED] Add socialite provider for gitea #6023

Closed
opened 2026-02-05 10:22:51 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/2581
Author: @moqmar
Created: 2/23/2021
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 944a147 Add socialite provider for gitea

📊 Changes

6 files changed (+59 additions, -3 deletions)

View changed files

📝 .env.example.complete (+6 -0)
📝 app/Auth/Access/SocialAuthService.php (+2 -2)
📝 app/Config/services.php (+10 -0)
📝 app/Providers/EventServiceProvider.php (+1 -0)
📝 composer.json (+1 -0)
📝 composer.lock (+39 -1)

📄 Description

http://gitea.io/ is a self-hosted Git service like GitLab, but it uses slightly different OAuth2 endpoints. This PR makes it possible for us at Codeberg.org (which is the reason why I have created this PR) as well as many other people, organizations and companies to use BookStack together with their Gitea instances.


🔄 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/BookStackApp/BookStack/pull/2581 **Author:** [@moqmar](https://github.com/moqmar) **Created:** 2/23/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`944a147`](https://github.com/BookStackApp/BookStack/commit/944a1472896aed30a317061a80709f5b3967dcd4) Add socialite provider for gitea ### 📊 Changes **6 files changed** (+59 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.env.example.complete` (+6 -0) 📝 `app/Auth/Access/SocialAuthService.php` (+2 -2) 📝 `app/Config/services.php` (+10 -0) 📝 `app/Providers/EventServiceProvider.php` (+1 -0) 📝 `composer.json` (+1 -0) 📝 `composer.lock` (+39 -1) </details> ### 📄 Description http://gitea.io/ is a self-hosted Git service like GitLab, but it uses slightly different OAuth2 endpoints. This PR makes it possible for us at Codeberg.org (which is the reason why I have created this PR) as well as many other people, organizations and companies to use BookStack together with their Gitea instances. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:22:51 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6023