Skip to content

jimstudt/http-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

http-authentication

Go implementation of RFC 2617 HTTP Authentication: Basic and Digest Access Authentication

You will want to include one or both of the packages depending on your requirements.

import "github/jimstudt/http-authentication/basic"
import "github/jimstudt/http-authentication/digest"

The packages are documented in their own directories.

About

Go implementation of RFC 2617 HTTP Authentication: Basic and Digest Access Authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages