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 *route.Collection) { user.RegisterBackend(r.Backend.Echo().Group(`/user`)) user.RegisterLogin(r.Backend.Echo()) backend.Register(r.Backend.Echo()) }, DBSchemaVer: 0.0000, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.