diff --git a/composer.json b/composer.json index d55e9d3..994c355 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require": { "composer/installers": "^2.0", "cweagans/composer-patches": "~1.0", - "dobefu/nuxtify_profile": "^1.0.x-dev", + "dobefu/nuxtify_profile": "^1.0.0-alpha3", "drupal/core-composer-scaffold": "^10.2", "drupal/core-recommended": "^10" }, diff --git a/composer.lock b/composer.lock index 9e8eb44..d3ef8ae 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "411b6fd986f9579cf3b200696fc40900", + "content-hash": "a17a1737f37e79f813a9c0099b779dfe", "packages": [ { "name": "asm89/stack-cors", @@ -989,16 +989,17 @@ }, { "name": "dobefu/nuxtify_profile", - "version": "1.0.x-dev", + "version": "1.0.0-alpha3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/nuxtify", - "reference": "b1a17f47755d3398f01f20208456f52ad2a25821" + "reference": "b9889e6a3b2e9d4c9cb092abaf7d19eda56adb17" }, "require": { "drupal/admin_toolbar": "^3.4", "drupal/field_group": "^3.4", "drupal/gin": "^3.0@RC", + "drupal/gin_login": "^2.0", "drupal/graphql": "^4.7", "drupal/graphql_compose": "^2.0", "drupal/graphql_compose_preview": "^1.0@beta", @@ -1017,7 +1018,6 @@ "composer/installers": "^2.0", "drupal/core-dev": "^10.2" }, - "default-branch": true, "type": "drupal-profile", "extra": { "installer-name": "nuxtify", @@ -1068,7 +1068,7 @@ "issues": "https://drupal.org/project/issues/nuxtify", "source": "https://git.drupalcode.org/project/nuxtify" }, - "time": "2024-03-31T12:02:26+00:00" + "time": "2024-04-01T11:39:52+00:00" }, { "name": "doctrine/annotations", @@ -2025,6 +2025,65 @@ } ] }, + { + "name": "drupal/gin_login", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/gin_login.git", + "reference": "2.0.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/gin_login-2.0.3.zip", + "reference": "2.0.3", + "shasum": "f5be85feabfde975d088a3a6b4365e0b155eb4b8" + }, + "require": { + "drupal/core": "^8.9 || ^9 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.3", + "datestamp": "1697916978", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Sascha Eggenberger (saschaeggi)", + "homepage": "https://www.drupal.org/u/saschaeggi", + "role": "Maintainer" + } + ], + "description": "Custom Drupal Login for Gin theme", + "homepage": "https://www.drupal.org/project/gin_login", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/gin_login", + "issues": "https://www.drupal.org/project/issues/gin_login" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/saschaeggi" + }, + { + "type": "other", + "url": "https://paypal.me/saschaeggi" + } + ] + }, { "name": "drupal/gin_toolbar", "version": "1.0.0-rc5", @@ -7919,9 +7978,7 @@ "packages-dev": [], "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "dobefu/nuxtify_profile": 20 - }, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": [], diff --git a/frontend/nuxt.config.ts b/frontend/nuxt.config.ts index e17454f..a10189e 100644 --- a/frontend/nuxt.config.ts +++ b/frontend/nuxt.config.ts @@ -49,6 +49,7 @@ export default defineNuxtConfig({ '/api/**': { robots: false, sitemap: false, + cors: true, }, '/preview/**': { robots: false,