| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Servant.Auth.Hmac.Server
Description
Servant server authentication.
Documentation
type HmacAuth = AuthProtect "hmac-auth" Source #
type HmacAuthContextHandlers = '[AuthHandler Request ()] Source #
hmacAuthServerContext Source #
Arguments
| :: (SecretKey -> ByteString -> Signature) | Signing function |
| -> SecretKey | Secret key that was used for signing |
| -> HmacAuthContext |
Arguments
| :: (SecretKey -> ByteString -> Signature) | Signing function |
| -> SecretKey | Secret key that was used for signing |
| -> AuthHandler Request () |