package authentication
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- authentication
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def challenged[F[_], A](challenge: Kleisli[F, Request[F], Either[Challenge, AuthedRequest[F, A]]])(routes: AuthedService[A, F])(implicit F: Sync[F]): HttpRoutes[F]
-
object
BasicAuth
Provides Basic Authentication from RFC 2617.
-
object
DigestAuth
Provides Digest Authentication from RFC 2617.