class DigestAuth

Overview

An implementation of RFC 2617 Digest Access Authentication.

Defined in:

digest-auth.cr

Instance Method Summary

Instance Method Detail

def auth_header(uri : URI, www_authenticate : String, method : String, iis : Bool = false) #

Creates a digest auth header IIS servers handle the "qop" parameter of digest authentication differently so you may need to set iis to true for such servers.


[View source]