doc(auth/csvauth): add Go Reference badge

This commit is contained in:
AJ ONeal 2025-10-11 19:06:21 -06:00
parent 6e04afec1c
commit f269f80771
No known key found for this signature in database

View File

@ -1,5 +1,7 @@
# csvauth
[![Go Reference](https://pkg.go.dev/badge/github.com/therootcompany/golib/auth/csvauth.svg)](https://pkg.go.dev/github.com/therootcompany/golib/auth/csvauth)
Simple, non-scalable credentials stored in a tab-separated file. \
(logical successor to [envauth](https://github.com/therootcompany/golib/tree/main/auth/envauth))