From a5ae8fab2c0175cd9606d32abed56feee1c0c69c Mon Sep 17 00:00:00 2001 From: Cameron <69396582+camer0nluo@users.noreply.github.com> Date: Mon, 4 Dec 2023 19:57:52 -0800 Subject: [PATCH] feature: modify dependencies --- package.json | 6 ++++-- redwood.toml | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3fc96f7..f827c73 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ ] }, "devDependencies": { - "@redwoodjs/auth-auth0-setup": "6.4.1", + "@redwoodjs/auth-supabase-setup": "6.4.1", "@redwoodjs/cli-storybook": "6.4.1", "@redwoodjs/core": "6.4.1", "prettier-plugin-tailwindcss": "0.4.1" @@ -25,7 +25,9 @@ }, "packageManager": "yarn@3.7.0", "dependencies": { - "@auth0/auth0-react": "^2.2.3", + "@supabase/auth-ui-react": "^0.4.6", + "@supabase/auth-ui-shared": "^0.1.8", + "@supabase/supabase-js": "^2.39.0", "dotenv": "^16.3.1" } } diff --git a/redwood.toml b/redwood.toml index 987a337..24f9a4a 100644 --- a/redwood.toml +++ b/redwood.toml @@ -14,6 +14,8 @@ "AUTH0_CLIENT_ID", "AUTH0_REDIRECT_URI", "AUTH0_AUDIENCE", + "SUPABASE_URL", + "SUPABASE_KEY", ] [api] port = 8911