bluesky_httpserver.authenticators.DictionaryAuthenticator

class bluesky_httpserver.authenticators.DictionaryAuthenticator(users_to_passwords: Mapping[str, str], confirmation_message: str = '')[source]

For test and demo purposes only!

Check passwords from a dictionary of usernames mapped to passwords.

__init__(users_to_passwords: Mapping[str, str], confirmation_message: str = '')[source]

Methods

__init__(users_to_passwords[, ...])

authenticate(username, password)

Attributes

configuration_schema