authenticate
Perform authentication based on the given credentials.
Default implementation is in terms of
getAuthId
@since: 1.4.4
Deprecated: Use authenticateClaimed
Attempt to log a user in.
Perform SASL authentication with the server.
The server requires authentication.
Generate an auth signature of the form "app_key:auth_sig" for a user
of a presence channel.
Generate an auth signature of the form "app_key:auth_sig" for a user
of a private channel.
Generate an auth signature of the form "app_key:auth_sig" for a user
of a presence channel.
As above, but allows the encoder of the user data to be specified.
This is useful for testing because the encoder can be mocked; aeson's
encoder enodes JSON object fields in arbitrary orders, which makes it
impossible to test.
Generate an auth signature of the form "app_key:auth_sig" for a user
of a private channel.
Not on Stackage, so not searched.
Authentication methods for Haskell web applications.
Not on Stackage, so not searched.
LDAP authentication for Haskell web applications.
Authenticate the MSCHAPv2 response data to a given challenge request,
using the supplied cleartext password.
For better type inference and to avoid usage of a data family, we
newtype wrap the combination of some
AuthClientData and a
function to add authentication data to a request
NOTE: THIS API IS EXPERIMENTAL AND SUBJECT TO CHANGE
Authenticated successfully
Authentication succeeded.