Categorygithub.com/jaywalker/go-certauth
modulepackage
0.0.0-20210216010906-4d9adbad0913
Repository: https://github.com/jaywalker/go-certauth.git
Documentation: pkg.go.dev

# README

certauth

This package provides TLS certificate based authentication middleware. Only compatibile with httprouter.

Usage

Examples of usage with various http router libs in the ./examples directory. But they're broken right now.

Contributing

You can try, but probably better to just fork me like I did with this to start with. Unless you're very lucky, I'll probably ignore any pull requests or tickets.

Acknowledgments

Originally forked from https://github.com/pantheon-systems/go-certauth.

Their original acknowledgements:

A big thanks to the https://github.com/unrolled/secure project whose approach to writing middleware helped us figure out our approach to creating this project.

# Packages

No description provided by the author
No description provided by the author

# Functions

NewAuth returns an auth.

# Structs

Auth is an instance of the middleware.

# Interfaces

No description provided by the author