This repository is the codebase of tutorial Implement SSO in Medusa.
Medusa Documentation | Medusa Website | Medusa Repository
This tutorial uses Medusa v1.7.0 It is not guaranteed that it will work with future releases.
- Node.js at least v14
- PostgreSQL database. You can follow this guide.
- Redis as the event queue. You can follow this guide.
- An email service to send emails. You can follow this guide to enable the Sendgrid plugin.
- A Next.js starter to test the new authentication flow added to the Medusa server.
- Clone this repository:
git clone https://github.com/carpad88/medusa-server-passwordless.git
- Change directory and install dependencies:
cd <directory>
npm install
- Start Server:
npm start