From b59d49a372873281f7696b1bcca0e47daf46797e Mon Sep 17 00:00:00 2001 From: "Seungmin.Ryu" Date: Fri, 8 Aug 2025 13:05:29 +0900 Subject: [PATCH] endpoints: correct Naver OAuth2 endpoint URLs --- endpoints/endpoints.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints/endpoints.go b/endpoints/endpoints.go index e862a3238..874b12888 100644 --- a/endpoints/endpoints.go +++ b/endpoints/endpoints.go @@ -204,8 +204,8 @@ var Microsoft = oauth2.Endpoint{ // // Documentation: https://developers.naver.com/docs/login/devguide/devguide.md var Naver = oauth2.Endpoint{ - AuthURL: "https://nid.naver.com/oauth2/authorize", - TokenURL: "https://nid.naver.com/oauth2/token", + AuthURL: "https://nid.naver.com/oauth2.0/authorize", + TokenURL: "https://nid.naver.com/oauth2.0/token", } // NokiaHealth is the endpoint for Nokia Health.