Version: v0.7.1 - Beta.  We welcome contributors & feedback.

Password.xDangerPlainText

$password.xDangerPlainText() -> string

Description

Return the original plain text.

This is almost always a bad idea because it can easily be leaked into other areas of your app.

$tryPassword = Input.post('password')

$tryPassword.xDangerPlainText()
//= 'my-p@ssw0rd'