Skip to content

Commit

Permalink
Merge pull request #80 from guardian/fp/upgrade-panda-to-v4
Browse files Browse the repository at this point in the history
Upgrade to panda v4
  • Loading branch information
Fweddi authored Jul 25, 2024
2 parents 31f8013 + 73054bc commit afb4e53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/DesktopLogin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class DesktopLogin(

def desktopLogin: Action[AnyContent] = Action.async { implicit request =>
val antiForgeryToken = OAuth.generateAntiForgeryToken()
OAuth.redirectToOAuthProvider(antiForgeryToken, None)(ec, request, wsClient) map { _.withSession {
OAuth.redirectToOAuthProvider(antiForgeryToken, None)(ec) map { _.withSession {
request.session + (ANTI_FORGERY_KEY -> antiForgeryToken)
}}
}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resolvers += "Sonatype releases" at "https://oss.sonatype.org/content/repositori
libraryDependencies ++= Seq(
jdbc,
ws,
"com.gu" %% "pan-domain-auth-play_3-0" % "3.0.1",
"com.gu" %% "pan-domain-auth-play_3-0" % "4.0.0",
"com.gu.play-secret-rotation" %% "aws-parameterstore-sdk-v1" % "7.1.1",
"com.gu.play-secret-rotation" %% "play-v30" % "7.1.1",
"com.amazonaws" % "aws-java-sdk-ec2" % awsSdkVersion,
Expand Down

0 comments on commit afb4e53

Please sign in to comment.