From 1adb9be6ccc4407f0d114ca398847206e339e397 Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Tue, 25 Nov 2025 15:48:59 +0100 Subject: [PATCH] fix: change ident url --- packages/auth/src/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/auth/src/index.ts b/packages/auth/src/index.ts index a4fecaa..0b4d445 100644 --- a/packages/auth/src/index.ts +++ b/packages/auth/src/index.ts @@ -10,9 +10,9 @@ export const hackClub = new OAuth2Client( process.env.HCID_REDIRECT_URI! ); -export const HCID_AUTH_URL = "https://identity.hackclub.com/oauth/authorize"; -export const HCID_TOKEN_URL = "https://identity.hackclub.com/oauth/token"; -export const HCID_USER_INFO_URL = "https://identity.hackclub.com/api/v1/me"; +export const HCID_AUTH_URL = "https://account.hackclub.com/oauth/authorize"; +export const HCID_TOKEN_URL = "https://account.hackclub.com/oauth/token"; +export const HCID_USER_INFO_URL = "https://account.hackclub.com/api/v1/me"; export const lucia = new Lucia(adapter, { sessionCookie: {