Back to Plugins

Passwordless

A comprehensive passwordless authentication plugin for Medusa that enables credential-free user access through SMS and other methods.


Features

Installation

npm install @devx-commerce/passwordless

Configuration

Add the plugin to your medusa-config.js:

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

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