Categorygithub.com/jsirianni/basicauth
modulepackage
1.0.0
Repository: https://github.com/jsirianni/basicauth.git
Documentation: pkg.go.dev

# README

basicauth

Simple package GO that takes a username / password combination and returns a basicauth (base64) string

# Functions

BasicAuth takes a username / password as a string and returns a base64 encoded string.
BasicAuthUnsafe takes a username / password as a string and returns a base64 encoded string, however, string length will not be validated.

# Constants

No description provided by the author