feat: add Medusa Cloud OAuth provider (#14395)
* feat: add Medusa Cloud OAuth provider * add Cloud login button * fetch whether cloud auth is enabled through api * allow unregistered to get session * handle existing users * address PR comments * prevent double execution * a few more fixes * fix callback url * fix spelling * refresh session * 200 instead of 201 * only allow cloud identities to create user * fix condition
This commit is contained in:
@@ -24,7 +24,8 @@ export async function getViteConfig(
|
||||
const backendUrl = options.backendUrl ?? ""
|
||||
const storefrontUrl = options.storefrontUrl ?? ""
|
||||
const authType = process.env.ADMIN_AUTH_TYPE ?? undefined
|
||||
const jwtTokenStorageKey = process.env.ADMIN_JWT_TOKEN_STORAGE_KEY ?? undefined
|
||||
const jwtTokenStorageKey =
|
||||
process.env.ADMIN_JWT_TOKEN_STORAGE_KEY ?? undefined
|
||||
|
||||
const baseConfig: InlineConfig = {
|
||||
root,
|
||||
|
||||
Reference in New Issue
Block a user