Back to Plugins

Passwordless Svaraa

A passwordless authentication plugin for Medusa implementing SMS-based verification codes with multiple provider support.


Features

Installation

npm install @devx-commerce/passwordless-svaraa

Configuration

Add the plugin to your medusa-config.js:

module.exports = {
  plugins: [
    {
      resolve: "@devx-commerce/passwordless-svaraa",
      options: {
        // Your SMS provider configuration
        // Supports Gupshup and AWS SNS
      }
    }
  ]
}

Supported SMS Providers

Requirements


Explore More Medusa Plugins

Find more powerful plugins and integrations to enhance your Medusa store. Browse our collection of community-driven solutions.

Free & Open Source
Community Driven
Easy Integration