atoti.BasicAuthenticationConfig(The basic authentication config. It is the quickest way to set up security since it only requires defining
*,
realm: str | None =None,
)
credentials and individual_roles.
See also:
atoti.BasicAuthentication.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). WhenNone, a machine-wide unique ID will be used.