auth: add Validate() and deprecate Validator{} (#272)

This commit is contained in:
Alessandro Ros
2023-05-07 19:34:20 +02:00
committed by GitHub
parent 2170ef4b00
commit 7c67221494
11 changed files with 280 additions and 106 deletions

2
pkg/auth/auth.go Normal file
View File

@@ -0,0 +1,2 @@
// Package auth contains utilities to perform authentication.
package auth