[PR #806] [MERGED] docs(add): "your first plugin" guide #29085

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/806
Author: @ping-maxwell
Created: 12/7/2024
Status: Merged
Merged: 12/8/2024
Merged by: @Bekacru

Base: mainHead: docs/add-create-plugin-guide


📝 Commits (4)

  • 668f255 add: your first plugin guide
  • 594249f update: add sanitization to authorization logic
  • 58bfc77 fix: spacing & code format
  • 33996d0 chore: lint

📊 Changes

3 files changed (+274 additions, -2 deletions)

View changed files

📝 docs/app/docs/[[...slug]]/page.tsx (+5 -1)
📝 docs/components/sidebar-content.tsx (+26 -1)
docs/content/docs/guides/your-first-plugin.mdx (+243 -0)

📄 Description

A guide for first time users at creating a plugin.


🔄 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/806 **Author:** [@ping-maxwell](https://github.com/ping-maxwell) **Created:** 12/7/2024 **Status:** ✅ Merged **Merged:** 12/8/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `docs/add-create-plugin-guide` --- ### 📝 Commits (4) - [`668f255`](https://github.com/better-auth/better-auth/commit/668f255882ab25f092937b0e878efe944f6d0985) add: your first plugin guide - [`594249f`](https://github.com/better-auth/better-auth/commit/594249fe81dc91d9ac5fdba6d7695bcf6ab5252c) update: add sanitization to authorization logic - [`58bfc77`](https://github.com/better-auth/better-auth/commit/58bfc777a38e9c1a112c77a322bcffa236262613) fix: spacing & code format - [`33996d0`](https://github.com/better-auth/better-auth/commit/33996d0ac6e52bd823e6b2cae6bb6ea8345eaa27) chore: lint ### 📊 Changes **3 files changed** (+274 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/app/docs/[[...slug]]/page.tsx` (+5 -1) 📝 `docs/components/sidebar-content.tsx` (+26 -1) ➕ `docs/content/docs/guides/your-first-plugin.mdx` (+243 -0) </details> ### 📄 Description A guide for first time users at creating a plugin. --- <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-17 20:29:15 -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#29085