webauthn

package module
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2024 License: Apache-2.0 Imports: 3 Imported by: 1

README

webauthn

Documentation

Index

Constants

View Source
const ID = `webauthn`

Variables

View Source
var Module = module.Module{
	TemplatePath: map[string]string{
		ID: `webauthn/template/backend`,
	},
	AssetsPath: []string{},

	Route: func(r module.Router) {
		r.Backend().Register(user.RegisterLogin)
		r.Backend().Register(backend.Register)
		r.Backend().RegisterToGroup(`/user`, user.RegisterBackend)

	},
	DBSchemaVer: 0.0000,
}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
application

Jump to

Keyboard shortcuts

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