Hora v1.0.0 Hora

Link to this section Summary

Functions

Processes the provided password using the configured adapter

Checks to see if the provided password matches the provided secure password

Link to this section Functions

Link to this function secure_password(password, opts \\ [])
secure_password(binary, list) :: String.t

Processes the provided password using the configured adapter.

Example

Hora.secure_password("this is my password")
Link to this function verify_password(password, crypted_password, opts \\ [])
verify_password(binary, binary, list) :: boolean

Checks to see if the provided password matches the provided secure password.

Example

Hora.verify_password("this is my password", "this is a secure password")