accountable v0.2.1 Accountable

Documentation for Accountable.

Link to this section Summary

Link to this section Functions

Link to this function

claims(user, type \\ "access")

Link to this function

create_user(attributes)

Link to this function

default_claims(user, type \\ "access")

Link to this function

put_password_hash(attrs)

Link to this function

reset_password(token, new_password)

Link to this function

token_for_user(user, type \\ "access")

token_for_user(struct(), String.t()) :: {atom(), String.t()}
Link to this function

user_by_credentials(email, password)

user_by_credentials(String.t(), String.t()) :: {:ok, struct()}
Link to this function

user_by_email(email)

Link to this function

user_by_token(token, type \\ "access")