openid-0.2.0.1: An implementation of the OpenID-2.0 spec.

StabilityPortability :
MaintainerTrevor Elliott <trevor@geekgateway.com>

Network.OpenID.Normalization

Description

 

Synopsis

Documentation

normalizeIdentifier :: Identifier -> Maybe IdentifierSource

Normalize an identifier, discarding XRIs.

normalizeIdentifier' :: (String -> Maybe String) -> Identifier -> Maybe IdentifierSource

Normalize the user supplied identifier, using a supplied function to normalize an XRI.