gabstv / httpdigest

Go (Golang) HTTP Digest Authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoDoc

Go HTTP Digest Authentication

Overview

This is package based on the (currently unmantained) digest package. I coded this new approach to cover my use case, the monero-wallet-rpc digest authentication. For now, it only supports auth qop, MD5.

Usage

See the godocs for details.

License

MIT (see LICENSE.txt)

About

Go (Golang) HTTP Digest Authentication

License:MIT License


Languages

Language:Go 100.0%