[PR #5156] [MERGED] docs(options): fix redirectURI casing in socialProviders examples #22714

Closed
opened 2026-04-15 21:13:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5156
Author: @edisim
Created: 10/7/2025
Status: Merged
Merged: 10/9/2025
Merged by: @Bekacru

Base: canaryHead: docs/fix-redirect-uri-casing


📝 Commits (2)

  • 1fae50f docs(options): fix redirectURI casing in socialProviders examples
  • 01df6e3 Merge branch 'canary' into docs/fix-redirect-uri-casing

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 docs/content/docs/reference/options.mdx (+2 -2)

📄 Description

What
Fixed incorrect property name redirectUri → redirectURI in the socialProviders examples (Google/GitHub/etc.) within the Options reference.

Why
The lowercase variant doesn’t exist in provider typings and produces TS errors in real projects.

Scope
Documentation only, no code changes.

Verification

  • Copy example into a TS project with Better Auth → error with redirectUri
  • Replace with redirectURI → compiles successfully

Summary by cubic

Fixed incorrect casing in social provider examples: redirectUri → redirectURI in the Options reference. Matches provider typings and prevents TS errors when copying the example into projects.


🔄 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/5156 **Author:** [@edisim](https://github.com/edisim) **Created:** 10/7/2025 **Status:** ✅ Merged **Merged:** 10/9/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `canary` ← **Head:** `docs/fix-redirect-uri-casing` --- ### 📝 Commits (2) - [`1fae50f`](https://github.com/better-auth/better-auth/commit/1fae50f8636387f23e6f32a9fcf9f8ae47b58a6d) docs(options): fix redirectURI casing in socialProviders examples - [`01df6e3`](https://github.com/better-auth/better-auth/commit/01df6e3217710b7ef941a043f76c5da574a1d9c4) Merge branch 'canary' into docs/fix-redirect-uri-casing ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/reference/options.mdx` (+2 -2) </details> ### 📄 Description **What** Fixed incorrect property name redirectUri → redirectURI in the socialProviders examples (Google/GitHub/etc.) within the Options reference. **Why** The lowercase variant doesn’t exist in provider typings and produces TS errors in real projects. **Scope** Documentation only, no code changes. **Verification** - Copy example into a TS project with Better Auth → error with redirectUri - Replace with redirectURI → compiles successfully <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Fixed incorrect casing in social provider examples: redirectUri → redirectURI in the Options reference. Matches provider typings and prevents TS errors when copying the example into projects. <!-- End of auto-generated description by cubic. --> --- <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-15 21:13:55 -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#22714