Skip to content

Authenticate does not update yaml file #257

@cdebrier

Description

@cdebrier

Hi,

Thanks so much for this useful library!

I have got an issue where authenticate() does not automatically update the yaml file (login count, hashing, etc.).

If I use the yaml dump command that works, but then I have to put it at different places in my code.

From your documentation, I read:

  1. Updating the config file
    Please ensure that the config file is re-saved whenever the contents are modified or after using any of the widgets or buttons.
    with open('../config.yaml', 'w') as file:
    yaml.dump(config, file, default_flow_style=False)
    Please note that this step is not required if you are providing the config file as a path to the Authenticate class.

Could this be a bug?

Thanks so much for your assistance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions