Skip to content

Finch.io 0.1.1

Compare
Choose a tag to compare
@vkostyukov vkostyukov released this 23 Jul 14:49
· 2196 commits to master since this release

This release contains cosmetic code improvements and also HTTP Basic Auth support via BasicallyAuthorize finagled filter.

Usage:

val respond: Service[HttpRequest, HttpResponse] = ???
val protectedRespond = BasicallyAuthorize("user", "password") andThen respond