Module | Ramaze::Helper::HttpDigest |
In: |
lib/ramaze/helper/httpdigest.rb
|
Authorization using HTTP Digest.
For custom authorization failure handling add an {httpdigest_failure} method in your controller.
SESSION_NONCE | = | 'httpdigest_authentication_nonce' |
SESSION_OPAQUE | = | 'httpdigest_authentication_opaque' |
DIGEST_HEADER | = | %|Digest realm="%s", qop="auth,auth-int", nonce="%s", opaque="%s"| |