mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-20 16:24:32 +01:00
Updated external user service to return email. The email is a new identifier.
This commit is contained in:
@@ -3,5 +3,5 @@ package services
|
||||
import scala.concurrent.Future
|
||||
|
||||
trait CredentialsVerificationService {
|
||||
def verifyCredentials(username: String, password: String): Future[Boolean]
|
||||
def verifyCredentials(username: String, password: String): Future[Either[String, String]]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user