blob: e4f06ee41b2bc46e9646014e2c732ab30aecd217 (
plain)
1
2
3
4
|
// Package idpmiddleware is a simple HTTP middleware that protects routes using
// idp(1). This only allows users that the given idp(1) instance is configured.
// to allow.
package idpmiddleware
|