Documentation ¶
Overview ¶
Package webauthn implements a single user Webauthn helper
Index ¶
- type WebAuthn
- func (wa *WebAuthn) BeginLogin(rw http.ResponseWriter, r *http.Request, origin string) (string, error)
- func (wa *WebAuthn) BeginRegistration(rw http.ResponseWriter, r *http.Request, origin string) (string, error)
- func (wa *WebAuthn) FinishLogin(rw http.ResponseWriter, r *http.Request, origin, js string) error
- func (wa *WebAuthn) FinishRegistration(rw http.ResponseWriter, r *http.Request, origin, js string) error
- func (wa *WebAuthn) SetupLua(L *lua.LState, baseURL string, w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebAuthn ¶
type WebAuthn struct {
// contains filtered or unexported fields
}
func (*WebAuthn) BeginLogin ¶
func (*WebAuthn) BeginRegistration ¶
func (*WebAuthn) FinishLogin ¶
func (*WebAuthn) FinishRegistration ¶
Click to show internal directories.
Click to hide internal directories.