Copyright | (c) Frederick Pringle 2025 |
---|---|
License | BSD-3-Clause |
Maintainer | freddyjepringle@gmail.com |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Servant.API.Routes.Internal.Auth
Description
Internal module, subject to change.
Documentation
There are 2 variants:
- "Basic" authentication: corresponds to the
BasicAuth
type. Construct withbasicAuth
. - "Custom" authentication: corresponds to the
AuthProtect
type. Construct withcustomAuth
.