Skip to content

Commit

Permalink
modify callback url
Browse files Browse the repository at this point in the history
  • Loading branch information
chlwldms committed Dec 21, 2024
1 parent 00dee20 commit f383a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const naverStrategy = new NaverStrategy(
{
clientID: process.env.PASSPORT_NAVER_CLIENT_ID,
clientSecret: process.env.PASSPORT_NAVER_CLIENT_SECRET,
callbackURL: "http://localhost:3000/api/v1/users/oauth2/callback/naver",
callbackURL: "http://3.37.26.60:3000/api/v1/users/oauth2/callback/naver",
scope: ["name", "email"],
state: true,
},
Expand Down

0 comments on commit f383a41

Please sign in to comment.