Aeacus.Authenticator

Safely and easily authenticate identity/passwords from any schema

Summary

authenticate(arg1, configuration \\ %{})

Authenticates a resource based on the map keys: :identity, :password. Optionally, all configuration may be passed on the fly to support authenticating different resources

Functions

authenticate(arg1, configuration \\ %{})

Specs:

Authenticates a resource based on the map keys: :identity, :password. Optionally, all configuration may be passed on the fly to support authenticating different resources.

ex.)

Aeacus.Authenticator.authenticate %{identity: "test@example.com",
password: "1234"}