[PR #2607] [CLOSED] Implementation of Nextcloud OAuth authentication #6026

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/2607
Author: @artur-shaik
Created: 3/3/2021
Status: Closed

Base: masterHead: pr/oauth-nextcloud


📝 Commits (1)

  • 26a52e1 Implementation of Nextcloud OAuth authentication

📊 Changes

5 files changed (+21 additions, -2 deletions)

View changed files

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

📄 Description

As https://github.com/SocialiteProviders/Providers/pull/632 is already merged, this implementation use it for authentication with Nextcloud.


🔄 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/2607 **Author:** [@artur-shaik](https://github.com/artur-shaik) **Created:** 3/3/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `pr/oauth-nextcloud` --- ### 📝 Commits (1) - [`26a52e1`](https://github.com/BookStackApp/BookStack/commit/26a52e1c1e474e7e448e2d417dc86c833d55941f) Implementation of Nextcloud OAuth authentication ### 📊 Changes **5 files changed** (+21 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.env.example.complete` (+7 -0) 📝 `app/Auth/Access/SocialAuthService.php` (+2 -2) 📝 `app/Config/services.php` (+10 -0) 📝 `app/Providers/EventServiceProvider.php` (+1 -0) 📝 `composer.json` (+1 -0) </details> ### 📄 Description As https://github.com/SocialiteProviders/Providers/pull/632 is already merged, this implementation use it for authentication with Nextcloud. --- <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:52 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6026