[PR #124] [MERGED] Fix/sso stability #143

Closed
opened 2026-02-27 15:55:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/124
Author: @arunavo4
Created: 10/22/2025
Status: Merged
Merged: 10/22/2025
Merged by: @arunavo4

Base: mainHead: fix/sso-stability


📝 Commits (3)

  • e4e5472 auth: bump better auth beta
  • 847823b sso: normalize provider config via discovery
  • 7dab4fb sso: drop legacy migration helper

📊 Changes

7 files changed (+449 additions, -78 deletions)

View changed files

📝 bun.lock (+7 -7)
📝 package.json (+2 -2)
📝 src/lib/auth.ts (+1 -1)
src/lib/sso/oidc-config.test.ts (+56 -0)
src/lib/sso/oidc-config.ts (+202 -0)
📝 src/pages/api/auth/sso/register.ts (+79 -36)
📝 src/pages/api/sso/providers.ts (+102 -32)

📄 Description

Addresses #54 #122 #73

Tracking https://github.com/better-auth/better-auth/issues/2360


🔄 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/RayLabsHQ/gitea-mirror/pull/124 **Author:** [@arunavo4](https://github.com/arunavo4) **Created:** 10/22/2025 **Status:** ✅ Merged **Merged:** 10/22/2025 **Merged by:** [@arunavo4](https://github.com/arunavo4) **Base:** `main` ← **Head:** `fix/sso-stability` --- ### 📝 Commits (3) - [`e4e5472`](https://github.com/RayLabsHQ/gitea-mirror/commit/e4e54722cf039eb56142f8dedfd62f28ef72d5b9) auth: bump better auth beta - [`847823b`](https://github.com/RayLabsHQ/gitea-mirror/commit/847823bbf8edbf61a50645e4073e95f7ae59e82d) sso: normalize provider config via discovery - [`7dab4fb`](https://github.com/RayLabsHQ/gitea-mirror/commit/7dab4fb1d5bbeda7c7920f5fc4de65926446f62c) sso: drop legacy migration helper ### 📊 Changes **7 files changed** (+449 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `bun.lock` (+7 -7) 📝 `package.json` (+2 -2) 📝 `src/lib/auth.ts` (+1 -1) ➕ `src/lib/sso/oidc-config.test.ts` (+56 -0) ➕ `src/lib/sso/oidc-config.ts` (+202 -0) 📝 `src/pages/api/auth/sso/register.ts` (+79 -36) 📝 `src/pages/api/sso/providers.ts` (+102 -32) </details> ### 📄 Description Addresses #54 #122 #73 Tracking https://github.com/better-auth/better-auth/issues/2360 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:55:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gitea-mirror#143
No description provided.