mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-25 07:15:57 +03:00
[PR #96] [CLOSED] working on a fix for SSO issue #129
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#129
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/96
Author: @arunavo4
Created: 9/14/2025
Status: ❌ Closed
Base:
main← Head:sso-issue📝 Commits (1)
a5b4482working 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.