Skip to content

Commit

Permalink
#25 Add remove key in multi auth service
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Nov 20, 2017
1 parent ee9dfd1 commit fc0e7cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/org/elastic4play/services/auth/MultiAuthSrv.scala
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,6 @@ class MultiAuthSrv(
override def getKey(username: String)(implicit authContext: AuthContext): Future[String] =
forAllAuthProvider(_.getKey(username))

override def removeKey(username: String)(implicit authContext: AuthContext): Future[Unit] =
forAllAuthProvider(_.removeKey(username))
}

0 comments on commit fc0e7cf

Please sign in to comment.