Packages

p

org.http4s.server.middleware

authentication

package authentication

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. authentication
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def challenged[A](challenge: Service[Request, Either[Challenge, AuthedRequest[A]]])(service: AuthedService[A]): HttpService
  2. object Authentication
  3. object BasicAuth

    Provides Basic Authentication from RFC 2617.

  4. object DigestAuth

    Provides Digest Authentication from RFC 2617.

Inherited from AnyRef

Inherited from Any

Ungrouped