SimpleAuth v1.5.1 SimpleAuth.Authenticate.Repo View Source

Implementation that checks authenticates user against a database with a username/password

Link to this section Summary

Functions

Checks login details against user table. Returns {:ok, user} or :error

Link to this section Functions

Link to this function login(username, password) View Source

Checks login details against user table. Returns {:ok, user} or :error