Skip to content

Commit

Permalink
Merge pull request #42 from wafflestudio/feat/auth-redirect
Browse files Browse the repository at this point in the history
Allow redirect to S3 page
  • Loading branch information
JunBye authored Jan 7, 2025
2 parents 6265dda + e9bb61a commit a615a7f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ class CustomAuthenticationSuccessHandler(
) {
val token = jwtTokenProvider.generateToken(authentication.name)
response.addHeader("Authorization", "Bearer $token")
response.sendRedirect("/redirect#token=$token")
}
}

0 comments on commit a615a7f

Please sign in to comment.