#✅ Combine Directus and MedusaJS

6 messages · Page 1 of 1 (latest)

visual voidBOT
#

Thanks for posting! This is a community powered server, so you may or may not get an answer based on available help and expertise. To increase your chances of somebody being able to help you, please help us help you making sure you:

  • Adding an explanation of exactly what you're trying to achieve.
  • Adding any and all related code or previous attempts.
  • Describing the exact issue or error you are facing.
  • Posting any screenshots if applicable.
  • Reading through https://stackoverflow.com/help/how-to-ask.

When you're done with this thread, please close it. Thanks! ✨

(If you have a support agreement and need help, please contact the core team via email.)

cyan breach
#

I think its possible but you do need some custom stuff for things like authentication

#

Medusa auth != directus auth

#

So how it could work is that you use Directus for the users ect and then use the api for medusa to allow for things like order creation/updating/receiving/payments

kind ledge
#

Agree with the user above. It is hard to tell you what to do because each use case is different, but I would try and pick one system as my "corep system. Maybe using medusa for products and orders & use directus for the CMS. As far as auth goes you would ned to figure out a secure way for each system to talk to each other. Maybe a user only needs to auth into medusa and directus is only used for the public CMS. Again this really depends on how/what you are trying to use each platform for.

visual voidBOT
#

✅ Combine Directus and MedusaJS