New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@better-auth-kit/waitlist

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@better-auth-kit/waitlist

A plugin for better-auth that allows you to add a waitlist to your application.

latest
Source
npmnpm
Version
0.0.6
Version published
Maintainers
0
Created
Source

Waitlist Plugin for Better Auth

This plugin allows you to add a waitlist to your application.

Installation

npm install @better-auth-kit/waitlist

Usage

import { waitlist } from "@better-auth-kit/waitlist";

export const auth = betterAuth({
  plugins: [
    waitlist({
      enabled: true,
    }),
  ],
});

Documentation

Read our documentation at better-auth-kit.vercel.app.

What does it do?

When enabled, the plugin will add a waitlist to your application. All users would not be able to signup, instead they must be added to the waitlist.

Once the waitlist reaches a requirement, the user will be able to signup.

License

MIT

Keywords

better-auth

FAQs

Package last updated on 10 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts