eljef / go_auth

Authentication and Authorization Functionality

Home Page:https://eljef.dev/go/auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://eljef.dev/go/auth

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 93.2%Language:Makefile 6.8%