addict
v0.3.0
Pages
Modules
Addict.AddictController
Summary
Functions
login/2
logout/2
recover_password/2
register/2
reset_password/2
Addict.Configs
Summary
Functions
email_register_subject/0
email_register_template/0
email_reset_password_subject/0
email_reset_password_template/0
extra_validation/0
from_email/0
generate_csrf_token/0
host/0
mail_service/0
not_logged_in_url/0
password_hasher/0
password_strategies/0
post_login/0
post_logout/0
post_recover_password/0
post_register/0
post_reset_password/0
repo/0
reset_password_path/0
secret_key/0
user_schema/0
Addict.Crypto
Summary
Functions
sign/2
verify/3
Addict.Helper
Summary
Functions
current_user/1
exec/2
is_logged_in/1
Addict.Interactors.CreateSession
Summary
Functions
call/3
Addict.Interactors.DestroySession
Summary
Functions
call/1
Addict.Interactors.GenerateEncryptedPassword
Summary
Functions
call/1
Addict.Interactors.GeneratePasswordResetLink
Summary
Functions
call/3
Addict.Interactors.GetUserByEmail
Summary
Functions
call/3
Addict.Interactors.GetUserById
Summary
Functions
call/3
Addict.Interactors.InjectHash
Summary
Functions
call/1
Addict.Interactors.InsertUser
Summary
Functions
call/3
Addict.Interactors.Login
Summary
Functions
call/1
Addict.Interactors.Register
Summary
Functions
call/2
do_register/2
Addict.Interactors.ResetPassword
Summary
Functions
call/1
Addict.Interactors.SendResetPasswordEmail
Summary
Functions
call/2
Addict.Interactors.UpdateUserPassword
Summary
Functions
call/3
Addict.Interactors.ValidatePassword
Summary
Functions
call/2
Addict.Interactors.ValidateUserForRegistration
Summary
Functions
call/2
Addict.Interactors.VerifyPassword
Summary
Functions
call/2
Addict.Mailers
Summary
Functions
send_email/5
Addict.Mailers.Generic
Summary
Callbacks
send_email/4
Addict.Mailers.MailSender
Summary
Functions
send_register/1
send_reset_token/3
Addict.Mailers.Mailgun
Summary
Functions
conf/0
send_email/1
send_email/4
Addict.PasswordUser
Addict.Plugs.Authenticated
Summary
Functions
call/2
init/1
is_logged_in/1
Addict.Presenter
Summary
Functions
strip_all/2
Addict.RoutesHelper
Summary
Macros
addict/2
Mix.Tasks.Addict.Generate.Boilerplate
Summary
Functions
run/1
Mix.Tasks.Addict.Generate.Configs
Summary
Functions
run/1
addict v0.3.0
Addict.Interactors.GenerateEncryptedPassword
Summary
Functions
call(password)
Securely hashes
password
Functions
call(password)
Securely hashes
password
Returns the hash as a String