Previous topic

stalker.ext.auth.authenticate

Next topic

stalker.ext.auth.create_session

This Page

stalker.ext.auth.check_password

static auth.check_password(raw_password, enc_password)

Checks the given raw password.

Checks the given raw password with the given encrypted password. Handles the encryption process behind the scene.

Parameters:
  • raw_password – The password.
  • enc_password – The encrypted password.
Returns:

bool