auth

package
v0.8.4 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2024 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 Params) error

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

Types

type Argon2 added in v0.7.2

type Argon2 struct {
	Iterations uint32
	Memory     uint32
	Threads    uint32
}

Argon2 execution parameters.

type Params added in v0.7.2

type Params struct {
	AuthKey    []byte
	Argon2     Argon2
	UseKeyfile bool
}

Params contains all the information needed for logging in.

func GetParams added in v0.7.2

func GetParams(db *bolt.DB) (Params, error)

GetParams returns the authentication parameters.

Jump to

Keyboard shortcuts

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