Skip to content

Instantly share code, notes, and snippets.

@deanwampler
Created February 7, 2021 23:57
Show Gist options
  • Save deanwampler/51f097d19b092023d25e27e46b95b096 to your computer and use it in GitHub Desktop.
Save deanwampler/51f097d19b092023d25e27e46b95b096 to your computer and use it in GitHub Desktop.
scala> Service.isAuthenticated
| Service.authenticate(UserName("Buck Trends"), Password("1234"))
| Service.isAuthenticated
|
val res8: Boolean = false
val res9: Boolean = true
val res10: Boolean = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment