Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
egg528 committed Mar 13, 2024
1 parent e81cec1 commit 0e30e8a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ class StateOAuth2AuthorizationRequestRepository() : AuthorizationRequestReposito
request: HttpServletRequest,
response: HttpServletResponse,
): OAuth2AuthorizationRequest? {
val authorizationRequest = loadAuthorizationRequest(request)

if (authorizationRequest != null) {
oauthRequestStorage.invalidate(authorizationRequest.state)
}

return loadAuthorizationRequest(request)
}

Expand Down

0 comments on commit 0e30e8a

Please sign in to comment.