From bf71de5f0b643e6545d4e0bad7d65cda85e0561c Mon Sep 17 00:00:00 2001
From: d0 <35865489+neiii@users.noreply.github.com>
Date: Tue, 23 Dec 2025 04:41:31 +0000
Subject: [PATCH] docs: add stargate to community plugins list (#6846)
---
docs/content/docs/plugins/community-plugins.mdx | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/content/docs/plugins/community-plugins.mdx b/docs/content/docs/plugins/community-plugins.mdx
index 292c95aaf6..3d0c28cb0d 100644
--- a/docs/content/docs/plugins/community-plugins.mdx
+++ b/docs/content/docs/plugins/community-plugins.mdx
@@ -23,3 +23,4 @@ To create your own custom plugin, get started by reading our [plugins documentat
| [better-auth-firebase-auth](https://github.com/yultyyev/better-auth-firebase-auth) | Firebase Authentication plugin for Better Auth with built-in email service, Google Sign-In, and password reset functionality. |
[yultyyev](https://github.com/yultyyev) |
| [better-auth-university](https://github.com/LuyxLLC/better-auth-university) | University plugin for allowing only specific email domains to be passed through. Includes a University model with name and domain. |
[Fyrlex](https://github.com/Fyrlex) |
| [better-auth-lark](https://github.com/uselark/better-auth-lark) | [Lark billing](https://docs.uselark.ai/) plugin that automatically creates customers and subscribes them to free plans on signup.|
[Vijit](https://github.com/vijit-lark) |
+| [stargate-better-auth](https://github.com/neiii/stargate-better-auth) | Gate access to resources based on whether the user has starred a repository |
[neiii](https://github.com/neiii) |