Source code: gws.base.auth.method
Module Contents
-
class gws.base.auth.method.Config(*args, **kwargs)
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
Authentication Method.
-
configure()
Configuration hook.