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

StabilityPortability :
MaintainerTrevor Elliott <trevor@geekgateway.com>

Network.OpenID.Authentication

Contents

Description

 

Synopsis

Types

Authentication

authenticationURI :: AssociationManager am => am -> CheckIdMode -> Provider -> Identifier -> ReturnTo -> Maybe Realm -> URISource

Generate an authentication URL

verifyAuthentication :: (Monad m, AssociationManager am) => am -> Params -> ReturnTo -> Resolver m -> m (Either Error ())Source

Verify a signature on a set of params.