[PR #1732] [MERGED] Implement OIDC rfc7591 compliant /register endpoint #12210

Closed
opened 2026-04-13 08:13:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/1732
Author: @remorses
Created: 3/8/2025
Status: Merged
Merged: 3/8/2025
Merged by: @Bekacru

Base: mainHead: oidc-RFC7591


📝 Commits (5)

  • d58bd6c mapping fields to RFC7591
  • f32eb16 add metadata prop
  • 420d6fd chore: lint
  • 63e45fb Merge branch 'main' into feat/oidc-rfc7591
  • 2de7c67 docs: update OIDC provider documentation with RFC7591 details and Endpoint component

📊 Changes

4 files changed (+181 additions, -34 deletions)

View changed files

📝 docs/app/global.css (+4 -0)
📝 docs/content/docs/plugins/oidc-provider.mdx (+32 -2)
📝 packages/better-auth/src/plugins/oidc-provider/index.ts (+122 -14)
📝 packages/better-auth/src/plugins/oidc-provider/oidc.test.ts (+23 -18)

📄 Description

Fix #1731

I kept the non compliant field metadata to pass custom metadata client when needed


🔄 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/1732 **Author:** [@remorses](https://github.com/remorses) **Created:** 3/8/2025 **Status:** ✅ Merged **Merged:** 3/8/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `oidc-RFC7591` --- ### 📝 Commits (5) - [`d58bd6c`](https://github.com/better-auth/better-auth/commit/d58bd6c140522e63e710757677a7168afb50e804) mapping fields to RFC7591 - [`f32eb16`](https://github.com/better-auth/better-auth/commit/f32eb16a59b1425524c35fb789b6954cb7804d32) add metadata prop - [`420d6fd`](https://github.com/better-auth/better-auth/commit/420d6fd21af364616ac4504ba423f8f61db93a9a) chore: lint - [`63e45fb`](https://github.com/better-auth/better-auth/commit/63e45fbc986bbccfc5d060e4dabf35e7c2de66f1) Merge branch 'main' into feat/oidc-rfc7591 - [`2de7c67`](https://github.com/better-auth/better-auth/commit/2de7c6789adc960b35d23ae566bb90b1a185d85d) docs: update OIDC provider documentation with RFC7591 details and Endpoint component ### 📊 Changes **4 files changed** (+181 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `docs/app/global.css` (+4 -0) 📝 `docs/content/docs/plugins/oidc-provider.mdx` (+32 -2) 📝 `packages/better-auth/src/plugins/oidc-provider/index.ts` (+122 -14) 📝 `packages/better-auth/src/plugins/oidc-provider/oidc.test.ts` (+23 -18) </details> ### 📄 Description Fix #1731 I kept the non compliant field metadata to pass custom metadata client when needed --- <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-04-13 08:13:59 -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#12210