[PR #513] [MERGED] fix: handle CORS correctly for endpoints that SPAs need #753

Closed
opened 2025-10-07 00:21:49 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pocket-id/pocket-id/pull/513
Author: @stonith404
Created: 5/7/2025
Status: Merged
Merged: 5/8/2025
Merged by: @stonith404

Base: mainHead: feat/cors


📝 Commits (2)

  • 55a85b4 feat: handle CORS correctly for endpoints that SPAs need
  • 65e33d1 Merge branch 'main' into feat/cors

📊 Changes

2 files changed (+26 additions, -12 deletions)

View changed files

📝 backend/internal/controller/oidc_controller.go (+0 -3)
📝 backend/internal/middleware/cors.go (+26 -9)

📄 Description

fixes #329


🔄 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/pocket-id/pocket-id/pull/513 **Author:** [@stonith404](https://github.com/stonith404) **Created:** 5/7/2025 **Status:** ✅ Merged **Merged:** 5/8/2025 **Merged by:** [@stonith404](https://github.com/stonith404) **Base:** `main` ← **Head:** `feat/cors` --- ### 📝 Commits (2) - [`55a85b4`](https://github.com/pocket-id/pocket-id/commit/55a85b4ac42f757b6f217b3b80f4b11a2acbb382) feat: handle CORS correctly for endpoints that SPAs need - [`65e33d1`](https://github.com/pocket-id/pocket-id/commit/65e33d1a5f73d48cf7207f6aefd32903223a28e1) Merge branch 'main' into feat/cors ### 📊 Changes **2 files changed** (+26 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `backend/internal/controller/oidc_controller.go` (+0 -3) 📝 `backend/internal/middleware/cors.go` (+26 -9) </details> ### 📄 Description fixes #329 --- <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 2025-10-07 00:21:49 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#753