We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf14319 commit 3c76ce5Copy full SHA for 3c76ce5
endpoints/endpoints.go
@@ -204,8 +204,8 @@ var Microsoft = oauth2.Endpoint{
204
//
205
// Documentation: https://developers.naver.com/docs/login/devguide/devguide.md
206
var Naver = oauth2.Endpoint{
207
- AuthURL: "https://nid.naver.com/oauth2/authorize",
208
- TokenURL: "https://nid.naver.com/oauth2/token",
+ AuthURL: "https://nid.naver.com/oauth2.0/authorize",
+ TokenURL: "https://nid.naver.com/oauth2.0/token",
209
}
210
211
// NokiaHealth is the endpoint for Nokia Health.
0 commit comments