Authentication ============== The auth mixin, the credential core, the auth methods (password, OIDC), and the identity stores. .. automodule:: genro_asgi.auth.mixin :members: :show-inheritance: .. automodule:: genro_asgi.auth.core :members: :show-inheritance: .. automodule:: genro_asgi.auth.auth_method :members: :show-inheritance: .. automodule:: genro_asgi.auth.oidc_method :members: :show-inheritance: .. automodule:: genro_asgi.auth.user_store :members: :show-inheritance: .. automodule:: genro_asgi.auth.api_key_store :members: :show-inheritance: