xinsnake / go-http-digest-auth-client

Golang Http Digest Authentication Client
BSD 2-Clause "Simplified" License
41 stars 68 forks source link

regex failed #24

Closed ahaooahaz closed 3 years ago

ahaooahaz commented 3 years ago

test string: "Digest realm=\"e29072b1b78a1e4d7bfdec11\", domain=\"::\", qop=\"auth\", nonce=\"nonce\", opaque=\"\", algorithm=\"MD5\", stale=\"FALSE\"", regex error when param has empty string

xinsnake commented 3 years ago

Thanks for your report. Due to time limit on my side I won't be able to maintain this package. Please consider using some other library like https://github.com/rkl-/digest. Thanks for your support!