simdb.remote.core.auth.no_authentication module

class simdb.remote.core.auth.no_authentication.NoopAuthenticator[source]

Bases: Authenticator

No-op authenticator which accepts any user as authenticated.

Name : str = 'None'
authenticate(config: Config, request: Request) User | None[source]