# README
go_authentication
RESTful JWT based authentication API.
This package is currently in development. Use at your own peril
The go module reference for pre-release versions can be obtained using bash listmod.sh
{
"Path": "github.com/waterproofpatch/go_authentication",
"Version": "v0.0.0-20221203195450-375c5bab4825",
"Time": "2022-12-03T19:54:50Z",
"GoMod": "/Users/freeman/go/pkg/mod/cache/download/github.com/waterproofpatch/go_authentication/@v/v0.0.0-20221203195450-375c5bab4825.mod",
"GoVersion": "1.18"
}
To use the pre-release module, run go get
, like this: go get github.com/waterproofpatch/go_authentication@<Version>
e.g.:
go get github.com/waterproofpatch/go_authentication@v0.0.0-c30dc896b129733e59a4d4b03550bf84c2d8b45d
Tagging
To make a new tag of this repo so that it can be used by downstream projects:
git tag -a v0.0.0-alpha.2 -m "message""
git push origin v0.0.0-alpha.2
# Packages
No description provided by the author
No description provided by the author
No description provided by the author