[PR #2416] [CLOSED] feat/saml plugin #4307

Closed
opened 2026-03-13 11:41:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/2416
Author: @Kinfe123
Created: 4/24/2025
Status: Closed

Base: mainHead: feat/saml_plugin


📝 Commits (10+)

  • c18dcd9 build
  • e3ae8c7 lock file
  • e076fe3 keywords
  • f73c676 lock file
  • 2fa534d lock file with demo
  • f7a9b6f fix(stripe): include priceId on list active subscriptions
  • df306ba fix(two-factor): verification deletion on otp should use the correct ID (#2425)
  • 03fd2f3 chore: fix typo toLowerCase instead of toLocaleLowerCase (#2421)
  • 1ab57b6 docs: add guide for Sign In with Apple (#2430)
  • 33c50d1 doc: change plugin typo in schema from 'reference' to 'references' (#2417)

📊 Changes

241 files changed (+8611 additions, -1702 deletions)

View changed files

.github/workflows/discord.yml (+0 -25)
📝 README.md (+1 -1)
📝 demo/nextjs/app/(auth)/forget-password/page.tsx (+1 -1)
📝 demo/nextjs/app/dashboard/user-card.tsx (+15 -5)
📝 demo/nextjs/components/sign-in.tsx (+5 -3)
📝 demo/nextjs/components/sign-up.tsx (+12 -2)
📝 demo/nextjs/lib/auth-client.ts (+0 -3)
📝 dev/bun/auth.ts (+0 -1)
dev/bun/prisma/schema.prisma (+0 -53)
📝 docs/app/api/og/route.tsx (+1 -1)
📝 docs/app/changelogs/[[...slug]]/page.tsx (+1 -1)
📝 docs/app/changelogs/_components/changelog-layout.tsx (+1 -1)
📝 docs/app/changelogs/_components/default-changelog.tsx (+1 -1)
📝 docs/app/community/_components/stats.tsx (+2 -2)
📝 docs/app/global.css (+12 -1)
📝 docs/app/layout.tsx (+8 -1)
📝 docs/app/page.tsx (+29 -14)
📝 docs/app/v1/page.tsx (+2 -2)
📝 docs/components/builder/code-tabs/code-editor.tsx (+1 -1)
📝 docs/components/builder/code-tabs/index.tsx (+1 -1)

...and 80 more files

📄 Description

closes #96


🔄 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/better-auth/better-auth/pull/2416 **Author:** [@Kinfe123](https://github.com/Kinfe123) **Created:** 4/24/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/saml_plugin` --- ### 📝 Commits (10+) - [`c18dcd9`](https://github.com/better-auth/better-auth/commit/c18dcd9b2cb615b481325f4bd2b72d7259db0085) build - [`e3ae8c7`](https://github.com/better-auth/better-auth/commit/e3ae8c7f87ca9e49aefc8e2a669d8cfe3453543d) lock file - [`e076fe3`](https://github.com/better-auth/better-auth/commit/e076fe399bb6c62dede95afed2bed262ff247f02) keywords - [`f73c676`](https://github.com/better-auth/better-auth/commit/f73c676e2e619e29b996b58bf0435b769992ba7b) lock file - [`2fa534d`](https://github.com/better-auth/better-auth/commit/2fa534d2c71b41fb391e8443ff594bfb64ca8636) lock file with demo - [`f7a9b6f`](https://github.com/better-auth/better-auth/commit/f7a9b6f8f7544874a77e3186cbe1945cfde9dd50) fix(stripe): include priceId on list active subscriptions - [`df306ba`](https://github.com/better-auth/better-auth/commit/df306ba97835f7fb9a18a8ef486acb8fc266c988) fix(two-factor): verification deletion on otp should use the correct ID (#2425) - [`03fd2f3`](https://github.com/better-auth/better-auth/commit/03fd2f3e51ab1167e28c1d78c470433d3f610e19) chore: fix typo `toLowerCase` instead of `toLocaleLowerCase` (#2421) - [`1ab57b6`](https://github.com/better-auth/better-auth/commit/1ab57b6d606feca909d3ef3de1ec7f20ad2786bd) docs: add guide for Sign In with Apple (#2430) - [`33c50d1`](https://github.com/better-auth/better-auth/commit/33c50d147a6213dfdf4de41b56ee0dba780505d7) doc: change plugin typo in schema from 'reference' to 'references' (#2417) ### 📊 Changes **241 files changed** (+8611 additions, -1702 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/discord.yml` (+0 -25) 📝 `README.md` (+1 -1) 📝 `demo/nextjs/app/(auth)/forget-password/page.tsx` (+1 -1) 📝 `demo/nextjs/app/dashboard/user-card.tsx` (+15 -5) 📝 `demo/nextjs/components/sign-in.tsx` (+5 -3) 📝 `demo/nextjs/components/sign-up.tsx` (+12 -2) 📝 `demo/nextjs/lib/auth-client.ts` (+0 -3) 📝 `dev/bun/auth.ts` (+0 -1) ➖ `dev/bun/prisma/schema.prisma` (+0 -53) 📝 `docs/app/api/og/route.tsx` (+1 -1) 📝 `docs/app/changelogs/[[...slug]]/page.tsx` (+1 -1) 📝 `docs/app/changelogs/_components/changelog-layout.tsx` (+1 -1) 📝 `docs/app/changelogs/_components/default-changelog.tsx` (+1 -1) 📝 `docs/app/community/_components/stats.tsx` (+2 -2) 📝 `docs/app/global.css` (+12 -1) 📝 `docs/app/layout.tsx` (+8 -1) 📝 `docs/app/page.tsx` (+29 -14) 📝 `docs/app/v1/page.tsx` (+2 -2) 📝 `docs/components/builder/code-tabs/code-editor.tsx` (+1 -1) 📝 `docs/components/builder/code-tabs/index.tsx` (+1 -1) _...and 80 more files_ </details> ### 📄 Description closes #96 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 11:41:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#4307