:tocdepth: 3 :py:mod:`gws.plugin.auth_method.basic` ====================================== .. py:module:: gws.plugin.auth_method.basic .. autoapi-nested-parse:: HTTP Basic authorisation method. **Source code:** :source:`gws.plugin.auth_method.basic` Package Contents ---------------- .. py:class:: Config Bases: :py:obj:`gws.base.auth.method.Config` HTTP-basic authorization options .. py:attribute:: realm :type: Optional[str] Authentication realm. .. py:class:: Object Bases: :py:obj:`gws.base.auth.method.Object` .. py:attribute:: realm :type: str .. py:method:: close_session(req, res) .. py:method:: configure() .. py:method:: enter_middleware(req) .. py:method:: exit_middleware(req, res) .. py:method:: open_session(req)