authenticators

package
v0.0.0-...-b24e222 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package authenticators provides reusable functions for types interested in implementing custom authenticators

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Methods

type Methods struct{}

Methods is a stateless, bag of functionality, meant to be composed into specific authenticator types to reduce boilerplate

func (Methods) GetFields

func (m Methods) GetFields(request tq.Request) map[string]string

GetFields is used in structured logging

func (Methods) GetPassword

func (m Methods) GetPassword(request tq.Request) (string, error)

GetPassword will get the password from an authenstart or authencontinue packet

Directories

Path Synopsis
Package bcrypt implements a tqcquito Config interface.
Package bcrypt implements a tqcquito Config interface.
generator
Package main provides a utility to create or verify bcrypt strings used by the bcrypt authenticator
Package main provides a utility to create or verify bcrypt strings used by the bcrypt authenticator

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL