frappe.utils.verified_command.get_secret ()
No docs
frappe.utils.verified_command.get_signature (params, nonce, secret=None)
No docs
frappe.utils.verified_command.get_signed_params (params)
Sign a url by appending &_signature=xxxxx
to given params (string or dict).
Parameters:
params
- String or dict of parameters.frappe.utils.verified_command.get_url (cmd, params, nonce=None, secret=None)
No docs
frappe.utils.verified_command.get_url_using_doc (doc, cmd)
No docs
frappe.utils.verified_command.verify_request ()
Verify if the incoming signed request if it is correct.
frappe.utils.verified_command.verify_using_doc (doc, signature, cmd)
No docs