medusa-plugins icon indicating copy to clipboard operation
medusa-plugins copied to clipboard

A collection of awesome plugins for medusa :rocket:

Results 15 medusa-plugins issues
Sort by recently updated
recently updated
newest added

Maybe I missed something obvious, but I didn't find, in the documentation, an example of how to add authentication in the storefront after having enabled it in the backend. I...

documentation

Is there a way to have medusa-plugin-auth/Passport conditionally redirect users to the Auth0 sign up page rather than to the login page? It looks like if you pass `?screen_hint=signup` to...

enhancement

This is a pull request to add Steam support. But some limitations are to be listed: - This can't work with admin: The current code find users by email &...

Hello. I tried to install and use medusa-plugin-auth with Auth0 and Firebase, but in both cases I did not achieve any effect what so ever running Medusa. It just continued...

I'm building a medusajs backend+dashboard. The backend will be used by multiple frontends(e.g web, mobile). My first question is in my Firebase project I have to create an app in...

Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0. Release notes Sourced from express's releases. 4.20.0 What's Changed Important IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was...

dependencies

Bumps [dset](https://github.com/lukeed/dset) from 3.1.3 to 3.1.4. Commits 05b1ec0 3.1.4 16d6154 fix: prevent proto assignment via implicit string See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dset&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...

dependencies

Bumps [webpack](https://github.com/webpack/webpack) from 5.76.1 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies

I tried to use the Medusa Auth plugin to authenticate with Firebase but couldn't get it to work. Could anyone guide me on how to implement it correctly? I followed...