gws.base.auth.method

Source code: gws.base.auth.method

Module Contents

class gws.base.auth.method.Config(*args, **kwargs)

Bases: gws.Config

Auth method config.

allowInsecureFrom: list[str] | None

Allow insecure access from these IPs.

secure: bool = True

Use only with SSL.

class gws.base.auth.method.Object

Bases: gws.AuthMethod

Authentication Method.

configure()

Configuration hook.