[PR #3798] [CLOSED] Update api-key.mdx #21914

Closed
opened 2026-04-15 20:41:44 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3798
Author: @dagmawibabi
Created: 8/5/2025
Status: Closed

Base: mainHead: apiplugindocs


📝 Commits (9)

  • af239b7 chore: remove changeset and add contributing code of conduct
  • d313d00 fix: await ctx in middleware (#3783)
  • b71e8a7 Merge branch 'main' into canary
  • ca3a134 chore: remove changeset
  • ee63084 chore: remove changeset ci
  • 3266232 fix: plugins options type compatibility issue with exactOptionalPropertyTypes enabled in ts-config (#3769)
  • 5eca938 feat(organization): add option for requiring email verificaiton (#3785)
  • 575070f chore: bump biome (#3784)
  • 8aaa12f Update api-key.mdx

📊 Changes

72 files changed (+570 additions, -826 deletions)

View changed files

.changeset/README.md (+0 -8)
.changeset/angry-items-boil.md (+0 -5)
.changeset/breezy-rice-grin.md (+0 -5)
.changeset/config.json (+0 -27)
.changeset/curly-kids-film.md (+0 -5)
.changeset/fast-suns-peel.md (+0 -5)
.changeset/funny-rules-rest.md (+0 -5)
.changeset/huge-needles-smell.md (+0 -5)
.changeset/mighty-tables-dream.md (+0 -5)
.changeset/olive-toys-pump.md (+0 -5)
.changeset/open-guests-stare.md (+0 -2)
.changeset/salty-banks-heal.md (+0 -5)
.changeset/silly-falcons-tie.md (+0 -5)
.changeset/slimy-paws-sin.md (+0 -5)
.changeset/soft-pugs-flash.md (+0 -5)
.changeset/stale-tomatoes-warn.md (+0 -5)
.changeset/strong-points-admire.md (+0 -5)
.changeset/tasty-teachers-compete.md (+0 -5)
.changeset/twenty-camels-float.md (+0 -5)
.github/changeset-version.js (+0 -11)

...and 52 more files

📄 Description

Closes https://github.com/better-auth/better-auth/issues/3724


Summary by cubic

Updated the description for the userId field in the API key table to clarify that it refers to the user associated with the API key.


🔄 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/3798 **Author:** [@dagmawibabi](https://github.com/dagmawibabi) **Created:** 8/5/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `apiplugindocs` --- ### 📝 Commits (9) - [`af239b7`](https://github.com/better-auth/better-auth/commit/af239b78794912316545d8d80b372e67beacb276) chore: remove changeset and add contributing code of conduct - [`d313d00`](https://github.com/better-auth/better-auth/commit/d313d0093e97dea57879be9dfd43143275380010) fix: await `ctx` in middleware (#3783) - [`b71e8a7`](https://github.com/better-auth/better-auth/commit/b71e8a7ec004a80c0b6cf7ef3f5041b92df5bdcf) Merge branch 'main' into canary - [`ca3a134`](https://github.com/better-auth/better-auth/commit/ca3a13407e0d94e3dfec14821b4e43777d8e59f8) chore: remove changeset - [`ee63084`](https://github.com/better-auth/better-auth/commit/ee63084a2e2551d6527d0d1b931c2eb2e70f46e4) chore: remove changeset ci - [`3266232`](https://github.com/better-auth/better-auth/commit/32662322013230a271e43793270407d021030a3f) fix: plugins options type compatibility issue with `exactOptionalPropertyTypes` enabled in ts-config (#3769) - [`5eca938`](https://github.com/better-auth/better-auth/commit/5eca9389338a900149786bb09b4d802a80e4c668) feat(organization): add option for requiring email verificaiton (#3785) - [`575070f`](https://github.com/better-auth/better-auth/commit/575070f6057851be2d976d02dd3c9a3498044c32) chore: bump `biome` (#3784) - [`8aaa12f`](https://github.com/better-auth/better-auth/commit/8aaa12f5b70bfc8c9442d401b0986a8d91a06ca5) Update api-key.mdx ### 📊 Changes **72 files changed** (+570 additions, -826 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/README.md` (+0 -8) ➖ `.changeset/angry-items-boil.md` (+0 -5) ➖ `.changeset/breezy-rice-grin.md` (+0 -5) ➖ `.changeset/config.json` (+0 -27) ➖ `.changeset/curly-kids-film.md` (+0 -5) ➖ `.changeset/fast-suns-peel.md` (+0 -5) ➖ `.changeset/funny-rules-rest.md` (+0 -5) ➖ `.changeset/huge-needles-smell.md` (+0 -5) ➖ `.changeset/mighty-tables-dream.md` (+0 -5) ➖ `.changeset/olive-toys-pump.md` (+0 -5) ➖ `.changeset/open-guests-stare.md` (+0 -2) ➖ `.changeset/salty-banks-heal.md` (+0 -5) ➖ `.changeset/silly-falcons-tie.md` (+0 -5) ➖ `.changeset/slimy-paws-sin.md` (+0 -5) ➖ `.changeset/soft-pugs-flash.md` (+0 -5) ➖ `.changeset/stale-tomatoes-warn.md` (+0 -5) ➖ `.changeset/strong-points-admire.md` (+0 -5) ➖ `.changeset/tasty-teachers-compete.md` (+0 -5) ➖ `.changeset/twenty-camels-float.md` (+0 -5) ➖ `.github/changeset-version.js` (+0 -11) _...and 52 more files_ </details> ### 📄 Description Closes https://github.com/better-auth/better-auth/issues/3724 <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Updated the description for the userId field in the API key table to clarify that it refers to the user associated with the API key. <!-- 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 20:41:44 -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#21914