fix(medusa): Separate JWT auth strategies per domain (#2646)

**What**
Separate JWT auth strategies per domain

Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Adrien de Peretti <25098370+adrien2p@users.noreply.github.com>
This commit is contained in:
Philip Korsholm
2022-11-22 12:30:05 +00:00
committed by GitHub
co-authored by Oliver Windall Juhl Adrien de Peretti
parent 6a1df8b1a9
commit e7c4cc3751
21 changed files with 90 additions and 52 deletions
+1
View File
@@ -8,6 +8,7 @@ export const MedusaErrorTypes = {
DUPLICATE_ERROR: "duplicate_error",
INVALID_ARGUMENT: "invalid_argument",
INVALID_DATA: "invalid_data",
UNAUTHORIZED: "unauthorized",
NOT_FOUND: "not_found",
NOT_ALLOWED: "not_allowed",
UNEXPECTED_STATE: "unexpected_state",