mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-25 07:15:57 +03:00
[PR #124] [MERGED] Fix/sso stability #143
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gitea-mirror#143
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:fix/sso-stability📝 Commits (3)
e4e5472auth: bump better auth beta847823bsso: normalize provider config via discovery7dab4fbsso: 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.