[PR #96] [CLOSED] working on a fix for SSO issue #129

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

📋 Pull Request Information

Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/96
Author: @arunavo4
Created: 9/14/2025
Status: Closed

Base: mainHead: sso-issue


📝 Commits (1)

  • a5b4482 working on a fix for SSO issue

📊 Changes

15 files changed (+34047 additions, -70 deletions)

View changed files

📝 docs/SSO_TESTING.md (+5 -3)
docs/better-auth-docs.md (+31756 -0)
drizzle/0006_illegal_spyke.sql (+1 -0)
drizzle/meta/0006_snapshot.json (+1948 -0)
📝 drizzle/meta/_journal.json (+7 -0)
📝 src/components/auth/LoginForm.tsx (+2 -0)
📝 src/components/config/SSOSettings.tsx (+140 -43)
📝 src/lib/db/schema.ts (+1 -0)
📝 src/pages/api/auth/sso/register.ts (+45 -2)
📝 src/pages/api/sso/providers.ts (+96 -8)
📝 src/pages/docs/advanced.astro (+4 -2)
📝 src/pages/docs/architecture.astro (+2 -2)
📝 src/pages/docs/authentication.astro (+23 -6)
📝 src/pages/docs/configuration.astro (+5 -2)
📝 src/pages/docs/quickstart.astro (+12 -2)

📄 Description

No description provided


🔄 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/96 **Author:** [@arunavo4](https://github.com/arunavo4) **Created:** 9/14/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `sso-issue` --- ### 📝 Commits (1) - [`a5b4482`](https://github.com/RayLabsHQ/gitea-mirror/commit/a5b4482c8a468c8dbbfbd83487a3c0bdc547c2ac) working on a fix for SSO issue ### 📊 Changes **15 files changed** (+34047 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `docs/SSO_TESTING.md` (+5 -3) ➕ `docs/better-auth-docs.md` (+31756 -0) ➕ `drizzle/0006_illegal_spyke.sql` (+1 -0) ➕ `drizzle/meta/0006_snapshot.json` (+1948 -0) 📝 `drizzle/meta/_journal.json` (+7 -0) 📝 `src/components/auth/LoginForm.tsx` (+2 -0) 📝 `src/components/config/SSOSettings.tsx` (+140 -43) 📝 `src/lib/db/schema.ts` (+1 -0) 📝 `src/pages/api/auth/sso/register.ts` (+45 -2) 📝 `src/pages/api/sso/providers.ts` (+96 -8) 📝 `src/pages/docs/advanced.astro` (+4 -2) 📝 `src/pages/docs/architecture.astro` (+2 -2) 📝 `src/pages/docs/authentication.astro` (+23 -6) 📝 `src/pages/docs/configuration.astro` (+5 -2) 📝 `src/pages/docs/quickstart.astro` (+12 -2) </details> ### 📄 Description _No description provided_ --- <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:14 +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#129
No description provided.