Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
egg528 committed Feb 29, 2024
1 parent 6e52c4d commit 1aee726
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ class TokenRequestEntityConverter: Converter<OAuth2AuthorizationCodeGrantRequest
val registrationId = req.clientRegistration.registrationId
val params = entity.body as LinkedMultiValueMap<String, String>

println(createClientSecret())

if(registrationId.contains("apple")) {
params.set("client_secret", createClientSecret())
}
Expand Down

0 comments on commit 1aee726

Please sign in to comment.