[PR #7613] docs: add lark billing plugin documentation #7441

Open
opened 2026-03-13 13:36:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7613
Author: @vijit-lark
Created: 1/26/2026
Status: 🔄 Open

Base: canaryHead: docs/lark-billing-plugin-v2


📝 Commits (4)

📊 Changes

3 files changed (+278 additions, -11 deletions)

View changed files

📝 docs/components/community-plugins-table.tsx (+0 -11)
📝 docs/components/sidebar-content.tsx (+22 -0)
docs/content/docs/plugins/lark.mdx (+256 -0)

📄 Description

Summary

We earlier added a community plugin for lark billing in https://github.com/better-auth/better-auth/pull/6813. People have found this super helpful so we have now updated the better auth plugin to cover more features (subscription changes, fetching invoices, opening billing portal, etc).

This PR removes the community plugin and adds a dedicated plugins page for Lark billing with instructions (under payments, similar to Stripe, Polar, Autumn, etc).

image image

Summary by cubic

Adds official documentation for the Lark Billing plugin under Payments and removes the old community plugin entry. Updates the docs sidebar for easy discovery.

  • New Features

    • New Lark Billing docs page with install, server/client setup, and examples for: auto customer creation and free plan on signup, creating/upgrading/canceling subscriptions, checking billing state, opening the customer portal, and listing recent invoices.
  • Refactors

    • Removed “better-auth-lark” from the community plugins table.
    • Added “Lark Billing” to the plugins sidebar.

Written for commit b2f4da2553. Summary will update on new commits.


🔄 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/7613 **Author:** [@vijit-lark](https://github.com/vijit-lark) **Created:** 1/26/2026 **Status:** 🔄 Open **Base:** `canary` ← **Head:** `docs/lark-billing-plugin-v2` --- ### 📝 Commits (4) - [`933dc16`](https://github.com/better-auth/better-auth/commit/933dc16d483012fc2c38833f738573f629c0357e) add lark plugin docs - [`379ac88`](https://github.com/better-auth/better-auth/commit/379ac88e90212fe38d1cc71ac29f9be3d779cc5c) nit fix - [`9e216da`](https://github.com/better-auth/better-auth/commit/9e216da046e55e506074f7f6692143a88e1da81f) fix lint - [`b2f4da2`](https://github.com/better-auth/better-auth/commit/b2f4da25536cdb23ceb6f6e2424e92a013a58533) use website for contact ### 📊 Changes **3 files changed** (+278 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/community-plugins-table.tsx` (+0 -11) 📝 `docs/components/sidebar-content.tsx` (+22 -0) ➕ `docs/content/docs/plugins/lark.mdx` (+256 -0) </details> ### 📄 Description ## Summary We earlier added a community plugin for [lark billing](https://uselark.ai/) in https://github.com/better-auth/better-auth/pull/6813. People have found this super helpful so we have now updated the better auth plugin to cover more features (subscription changes, fetching invoices, opening billing portal, etc). This PR removes the community plugin and adds a dedicated plugins page for Lark billing with instructions (under payments, similar to Stripe, Polar, Autumn, etc). <img width="292" height="224" alt="image" src="https://github.com/user-attachments/assets/1fe510bd-d941-41f6-a171-30732ca37d9b" /> <img width="1097" height="670" alt="image" src="https://github.com/user-attachments/assets/6ef05c98-3d69-4d22-9e26-daea2c039561" /> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Adds official documentation for the Lark Billing plugin under Payments and removes the old community plugin entry. Updates the docs sidebar for easy discovery. - **New Features** - New Lark Billing docs page with install, server/client setup, and examples for: auto customer creation and free plan on signup, creating/upgrading/canceling subscriptions, checking billing state, opening the customer portal, and listing recent invoices. - **Refactors** - Removed “better-auth-lark” from the community plugins table. - Added “Lark Billing” to the plugins sidebar. <sup>Written for commit b2f4da25536cdb23ceb6f6e2424e92a013a58533. Summary will update on new commits.</sup> <!-- 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-03-13 13:36:32 -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#7441