Slackbot
ephemient
dany giguere
val authenticatingUser = call.receive<AuthenticatingUser>() val dbPassword = userDSL.getPassword(authenticatingUser.email) val result: BCrypt.Result = BCrypt.verifyer().verify(authenticatingUser.password.toCharArray(), dbPassword)
A modern programming language that makes developers happier.