Liking cljdoc? Tell your friends :D

metabase.util.password

Utility functions for checking passwords against hashes and for making sure passwords match complexity requirements.

Utility functions for checking passwords against hashes and for making sure passwords match complexity requirements.
raw docstring

active-password-complexityclj

The currently configured description of the password complexity rules being enforced

The currently configured description of the password complexity rules being enforced
sourceraw docstring

is-complex?clj

(is-complex? password)

Check if a given password meets complexity standards for the application.

Check if a given password meets complexity standards for the application.
sourceraw docstring

verify-passwordclj

(verify-password password salt hashed-password)

Verify if a given unhashed password + salt matches the supplied hashed-password. Returns true if matched, false otherwise.

Verify if a given unhashed password + salt matches the supplied hashed-password. Returns `true` if matched, `false`
otherwise.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close