Skip to content

eljef/go_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth

Auth is a package that provides authentication and authorization support. It provides hashing, password validation, and token generation functionality.

Project Maintenance

This project is maintained with standard golang utilities, controlled via make. To see all Makefile targets, simply run make help from the root source directory of the project.

Packages

Hash

The hash package provides functionality to hash data via the Argon2 hashing algorithms. Information on Argon2 can be found here.

Password

The password package provides policy matching functionality for passwords.

About

Authentication and Authorization Functionality

Resources

License

Stars

Watchers

Forks

Packages

No packages published