[PR #34] [CLOSED] Update in basic usage of react in mdx and nextjs template #3060

Closed
opened 2026-03-13 10:38:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/34
Author: @qamarq
Created: 9/29/2024
Status: Closed

Base: mainHead: main


📝 Commits (8)

📊 Changes

6 files changed (+15781 additions, -13951 deletions)

View changed files

📝 demo/nextjs/app/dashboard/user-card.tsx (+29 -19)
📝 demo/nextjs/package.json (+2 -0)
📝 docs/content/docs/basic-usage.mdx (+35 -34)
📝 examples/nextjs-example/app/dashboard/user-card.tsx (+29 -19)
📝 examples/nextjs-example/package.json (+2 -0)
📝 pnpm-lock.yaml (+15684 -13879)

📄 Description

In basic usage mdx:

  • Some miss spell like onsSuccess
  • username input value fix
  • added client auth like in docs

In NextJS Example:

  • removed unused vars and imports
  • nextjs ' escape
  • added new method of generating qrcode cause the old one doesn't work at all
  • added depedencies to qrcode lib

🔄 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/34 **Author:** [@qamarq](https://github.com/qamarq) **Created:** 9/29/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (8) - [`74fbb10`](https://github.com/better-auth/better-auth/commit/74fbb101e54d5cdcfdd99f73f305f9ac0b60f014) Update basic-usage.mdx - [`2e606f6`](https://github.com/better-auth/better-auth/commit/2e606f6cc330d463bd76ba235c109705ebef3cf2) Merge pull request #1 from qamarq/qamarq-patch-1 - [`01a0988`](https://github.com/better-auth/better-auth/commit/01a098841fa9d3022543ef144747205f1a863c72) Update user-card.tsx - [`2fd0fc5`](https://github.com/better-auth/better-auth/commit/2fd0fc5022077bb3eac113fb6bc7e01b2d6e8c25) Update package.json - [`f7a9e09`](https://github.com/better-auth/better-auth/commit/f7a9e097b05bcd2edfabe15e8c798e6e33f5eac0) pnpm lint fix - [`27a350a`](https://github.com/better-auth/better-auth/commit/27a350a32748e29133fbbda20d2765f8d9f8327a) Merge branch 'better-auth:main' into main - [`79d9052`](https://github.com/better-auth/better-auth/commit/79d905251758cdce4e81658a7b50d1d1552236b5) updated demo/nextjs too - [`3ac7b64`](https://github.com/better-auth/better-auth/commit/3ac7b6463cb034c3f8910753a4bec14cda2ead7d) added types to `qrcode` lib ### 📊 Changes **6 files changed** (+15781 additions, -13951 deletions) <details> <summary>View changed files</summary> 📝 `demo/nextjs/app/dashboard/user-card.tsx` (+29 -19) 📝 `demo/nextjs/package.json` (+2 -0) 📝 `docs/content/docs/basic-usage.mdx` (+35 -34) 📝 `examples/nextjs-example/app/dashboard/user-card.tsx` (+29 -19) 📝 `examples/nextjs-example/package.json` (+2 -0) 📝 `pnpm-lock.yaml` (+15684 -13879) </details> ### 📄 Description **In basic usage mdx**: - Some miss spell like `onsSuccess` - username input value fix - added client auth like in docs **In NextJS Example**: - removed unused vars and imports - nextjs `'` escape - added new method of generating qrcode cause the old one doesn't work at all - added depedencies to `qrcode` lib --- <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 10:38:31 -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#3060