Skip to content

Commit

Permalink
πŸ› oauth2 λ¦¬λ‹€μ΄λ ‰μ…˜ μ„€μ •
Browse files Browse the repository at this point in the history
- 401 μ—λŸ¬λ₯Ό μˆ˜μ •ν•˜κ³  μžˆμŠ΅λ‹ˆλ‹€.
  • Loading branch information
Ganghee-Lee-0522 committed Jan 12, 2024
1 parent c5361e4 commit e7e0a34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class AuthController {

private final AuthService authService;

@GetMapping("/api/auth/redirect") // 인증 성곡 μ‹œ λ¦¬λ‹€μ΄λ ‰νŠΈ 경둜
@GetMapping("/login/oauth2/code/github") // 인증 성곡 μ‹œ λ¦¬λ‹€μ΄λ ‰νŠΈ 경둜
public void login(HttpServletRequest request, HttpServletResponse response,
@RequestParam("accessToken") String accessToken,
@RequestParam("refreshToken") String refreshToken) throws IOException {
Expand Down

0 comments on commit e7e0a34

Please sign in to comment.