Skip to content

webserver.auth.view #

Authentication User Interface

struct Controller #

struct Controller {
	vweb.Context
mut:
	identity identity.Client @[vweb_global]
}

fn (Controller) before_request #

fn (mut c Controller) before_request()

fn (Controller) index #

fn (mut c Controller) index() vweb.Result

fn (Controller) users #

fn (mut c Controller) users() vweb.Result

fn (Controller) groups #

fn (mut c Controller) groups() vweb.Result