[PR #652] [MERGED] feat(open-api): expose generated schema and add disable and path options #20317

Closed
opened 2026-04-15 19:36:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/652
Author: @Bekacru
Created: 11/24/2024
Status: Merged
Merged: 11/25/2024
Merged by: @Bekacru

Base: mainHead: feat/open-api


📝 Commits (4)

  • c0b33ad feat(open-api): expose generated schema and add disable and path options
  • e7cb5b8 fix: change to c.json
  • da5cd94 docs
  • 425482d fix: types

📊 Changes

6 files changed (+81 additions, -572 deletions)

View changed files

📝 docs/content/docs/plugins/open-api.mdx (+26 -0)
packages/better-auth/script/open-api.json (+0 -385)
packages/better-auth/script/open-api.ts (+0 -181)
📝 packages/better-auth/src/plugins/open-api/generator.ts (+1 -1)
📝 packages/better-auth/src/plugins/open-api/index.ts (+40 -5)
packages/better-auth/src/plugins/open-api/open-api.test.ts (+14 -0)

📄 Description

No description provided


🔄 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/652 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 11/24/2024 **Status:** ✅ Merged **Merged:** 11/25/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `feat/open-api` --- ### 📝 Commits (4) - [`c0b33ad`](https://github.com/better-auth/better-auth/commit/c0b33adbca94c480577c00d1533105567e3eb047) feat(open-api): expose generated schema and add disable and path options - [`e7cb5b8`](https://github.com/better-auth/better-auth/commit/e7cb5b838b12df21531cdadf42375daaed84068e) fix: change to c.json - [`da5cd94`](https://github.com/better-auth/better-auth/commit/da5cd9473526bf69f1b8f216214a72ec621c198e) docs - [`425482d`](https://github.com/better-auth/better-auth/commit/425482d7a6c06c03ab1369ff2aada4b14b02bb08) fix: types ### 📊 Changes **6 files changed** (+81 additions, -572 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/plugins/open-api.mdx` (+26 -0) ➖ `packages/better-auth/script/open-api.json` (+0 -385) ➖ `packages/better-auth/script/open-api.ts` (+0 -181) 📝 `packages/better-auth/src/plugins/open-api/generator.ts` (+1 -1) 📝 `packages/better-auth/src/plugins/open-api/index.ts` (+40 -5) ➕ `packages/better-auth/src/plugins/open-api/open-api.test.ts` (+14 -0) </details> ### 📄 Description _No description provided_ --- <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 19:36:58 -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#20317