|
| 1 | +--- |
| 2 | +title: "SuperTokens Launch Week 02: 7 Open-Source Auth Plugins" |
| 3 | +date: "2025-10-10" |
| 4 | +description: "Open-source auth plugins you’ll reuse: profiling, banning, CAPTCHA, tenancy tools, and telemetry. React/Node ready. " |
| 5 | +cover: "launch-week-02-open-source-auth-plugins.png" |
| 6 | +category: "programming" |
| 7 | +author: "Darko Bozhinovski" |
| 8 | +--- |
| 9 | + |
| 10 | + |
| 11 | +We just wrapped up **SuperTokens Launch Week 02** — five days of shipping new tools to solve some of the most common and time-consuming problems in authentication. |
| 12 | + |
| 13 | +The vision is simple: a world where you can run a single command and have auth just work, regardless of your stack. This week was a step in that direction. |
| 14 | + |
| 15 | +If you missed it, here’s a full breakdown. |
| 16 | + |
| 17 | +--- |
| 18 | + |
| 19 | +## The Problem: You Keep Building the Same Things Over and Over |
| 20 | + |
| 21 | +Authentication isn’t just about logging in. It’s often about managing the entire user lifecycle — profile pages, moderation tools, bot protection, and routing logic for multi-tenant apps. |
| 22 | + |
| 23 | +These are solved problems, yet we find ourselves rebuilding them for almost every new project. It’s repetitive, distracting, and keeps you from focusing on your core product. |
| 24 | +We want to eliminate that waste. |
| 25 | + |
| 26 | +--- |
| 27 | + |
| 28 | +## The Solution: A New Set of SuperTokens Plugins |
| 29 | + |
| 30 | +This week, we expanded beyond core authentication to deliver an ecosystem of **easy-to-use, open-source plugins**. Each one tackles a problem developers face repeatedly. |
| 31 | + |
| 32 | +Here’s what we shipped: |
| 33 | + |
| 34 | +--- |
| 35 | + |
| 36 | +### 🧩 Day 1: The Profile Family of Plugins |
| 37 | + |
| 38 | +Stop building user profile pages from scratch. |
| 39 | +This plugin family gives you a ready-to-go, customizable profile page and a **progressive profiling system** to gather user info over time without overwhelming them at sign-up. |
| 40 | + |
| 41 | +**Check them out here:** |
| 42 | +- [Progressive Profiling](https://supertokens.com/docs/post-authentication/user-management/progressive-profiling) |
| 43 | + |
| 44 | +--- |
| 45 | + |
| 46 | +### 🤖 Day 2: The Captcha Plugin |
| 47 | + |
| 48 | +Spambots are a constant headache. |
| 49 | +Our **Captcha plugin** makes it trivial to add **hCaptcha**, **reCAPTCHA**, or another provider to your SuperTokens forms — just configure and go. |
| 50 | + |
| 51 | +**Check them out here:** |
| 52 | +- [Captcha Plugin](https://supertokens.com/docs/additional-verification/captcha) |
| 53 | + |
| 54 | +--- |
| 55 | + |
| 56 | +### 🚫 Day 3: The User Banning Plugin |
| 57 | + |
| 58 | +Every community needs moderation. |
| 59 | +This plugin lets you **ban bad actors instantly** — no custom moderation code required. |
| 60 | + |
| 61 | +**Check them out here:** |
| 62 | +- [User Banning](https://supertokens.com/docs/post-authentication/user-management/user-banning) |
| 63 | + |
| 64 | +--- |
| 65 | + |
| 66 | +### 🏢 Day 4: The Tenant Management Family of Plugins |
| 67 | + |
| 68 | +For SaaS and B2B apps, multi-tenancy is often messy. |
| 69 | +We shipped two plugins to simplify it: |
| 70 | + |
| 71 | +- **Tenant Discovery:** Handles routing users to the right tenant automatically. |
| 72 | +- **Tenant Self-Management:** Makes tenant setup and maintenance far easier. |
| 73 | + |
| 74 | +**Check them out here:** |
| 75 | +- [Tenant Discovery](https://supertokens.com/docs/authentication/enterprise/tenant-discovery) |
| 76 | + |
| 77 | +--- |
| 78 | + |
| 79 | +### 🔍 Day 5: The OpenTelemetry Plugin |
| 80 | + |
| 81 | +Finally, we brought **deep observability** to your auth layer. |
| 82 | +Our **OpenTelemetry plugin** gives you a behind-the-scenes look at the SuperTokens SDK — allowing you to **trace flows, monitor performance, and debug issues with precision**. |
| 83 | + |
| 84 | +**Check it out here:** |
| 85 | +- [OpenTelemetry Plugin](https://supertokens.com/docs/deployment/telemetry) |
| 86 | + |
| 87 | +--- |
| 88 | + |
| 89 | +## Why This Matters |
| 90 | + |
| 91 | +Authentication should be a solved problem. |
| 92 | +Our goal is to bring **SuperTokens to your stack**, not force your stack to bend around us. These plugins abstract away the boilerplate so you can focus on building what makes your product unique. |
| 93 | + |
| 94 | +This is just the beginning. |
| 95 | +We’re already working on the next wave of plugins — and we can’t wait to see what you build with them. |
| 96 | + |
| 97 | +--- |
| 98 | + |
| 99 | +Thanks for following along with our first Launch Week. |
| 100 | +We can’t wait to see what you build. |
0 commit comments