auth

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(db *bolt.DB, params Parameters) error

Register creates all the buckets, saves the authentication key and the argon2 parameters used.

Types

type Parameters

type Parameters struct {
	AuthKey    []byte
	Iterations uint32
	Memory     uint32
	Threads    uint32
	UseKeyfile bool
}

Parameters contains all the information needed for logging in.

func GetParameters

func GetParameters(db *bolt.DB) (Parameters, error)

GetParameters returns the authentication parameters.

Jump to

Keyboard shortcuts

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