feat(customer): Add create and retrieve customer from store side (#6267)

**What**
- GET /store/customers/me
- POST /store/customers
- Workflow for customer account creation
- Authentication middleware on customer routes
This commit is contained in:
Sebastian Rindom
2024-01-31 12:58:29 +01:00
committed by GitHub
parent f41877ef61
commit 7903a15e0f
33 changed files with 421 additions and 16 deletions

View File

@@ -9,6 +9,7 @@
"build": "babel src -d dist --extensions \".ts,.js\""
},
"dependencies": {
"@medusajs/auth": "workspace:*",
"@medusajs/cache-inmemory": "workspace:*",
"@medusajs/customer": "workspace:^",
"@medusajs/event-bus-local": "workspace:*",