Skip to main content
atoti.BasicAuthenticationConfig(
    *,
    realm: str | None = None,
)
The basic authentication config. It is the quickest way to set up security since it only requires defining credentials and individual_roles.

Attributes

realm

The realm describing the protected area. Different realms can be used to isolate sessions running on the same domain (regardless of the port). When None, a machine-wide unique ID will be used.