Skip to content

Commit

Permalink
Update CustomAuthenticationSuccessHandler.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
gs18113 authored Jan 7, 2025
1 parent ecc9260 commit ba99005
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ class CustomAuthenticationSuccessHandler(
) {
val token = jwtTokenProvider.generateToken(authentication.name)
response.addHeader("Authorization", "Bearer $token")
//response.sendRedirect("/redirect#token=$token")
// response.sendRedirect("/redirect#token=$token")
}
}

0 comments on commit ba99005

Please sign in to comment.