Categorygithub.com/pantheon-systems/go-certauth
repositorypackage
0.0.0-20251006100033-9c058ae9bec9
Repository: https://github.com/pantheon-systems/go-certauth.git
Documentation: pkg.go.dev

# Packages

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

# README

certauth

Go Report Card Unsupported

This package provides TLS certificate based authentication middleware. Our goal is compatibility with net/http, httprouter and possibly other popular Go HTTP routers.

Usage

Examples of usage with various http router libs in the ./examples directory.

Contributing

@TODO: a couple steps

Acknowledgments

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.

TODO