Categorygithub.com/b-sea/go-auth
module
0.0.0-20240413163614-2c4dc943be52
Repository: https://github.com/b-sea/go-auth.git
Documentation: pkg.go.dev

# README

Go-Auth

Simple package to help with token authentication and password verification/validation/hashing.

Install

go get github.com/b-sea/go-auth

# Packages

Package password validates, verifies, and hashes passwords.
Package token is responsible for managing tokens.