Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for not using on AnonymousUser. #877

Merged
merged 1 commit into from
Nov 10, 2023
Merged

Add support for not using on AnonymousUser. #877

merged 1 commit into from
Nov 10, 2023

Commits on Nov 10, 2023

  1. Add support for not using on AnonymousUser.

    Flask-Login is proposing doing away with AnonymousUser concept - we now support that as well.
    There will likely be some small changes required when they decide precisely how they plan on implementing it.
    
    Add a new utility method is_user_authenticated that encapsulates both models.
    Add a new template context method _fs_is_user_authenticated for use in templates.
    
    Add support (not currently used) to set configuration settings from pytest command line.
    jwag956 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    6b3795c View commit details
    Browse the repository at this point in the history