gws.plugin.auth_method.basic

HTTP Basic authorisation method.

Source code: gws.plugin.auth_method.basic

Package Contents

class gws.plugin.auth_method.basic.Config

Bases: gws.base.auth.method.Config

HTTP-basic authorization options

realm: str | None

authentication realm

class gws.plugin.auth_method.basic.Object

Bases: gws.base.auth.method.Object

realm: str
close_session(req, res)
configure()
enter_middleware(req)
exit_middleware(req, res)
open_session(req)