org.http4s.server.middleware

authentication

package authentication

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. authentication
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. object Authentication

    Authentication instances are middleware that provide a HttpService with HTTP authentication.

  2. object BasicAuth

    Provides Basic Authentication from RFC 2617.

  3. object DigestAuth

    Provides Digest Authentication from RFC 2617.

  4. def challenged[A](challenge: Service[Request, \/[Challenge, AuthedRequest[A]]])(service: AuthedService[A]): HttpService

Inherited from AnyRef

Inherited from Any

Ungrouped