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

further conditional verifications #2648

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

ReimarBauer
Copy link
Member

Purpose of PR?:

Fixes #2646

@ReimarBauer
Copy link
Member Author

This shows on a missing auth entry:

Bildschirmfoto 2025-02-18 um 11 37 24

@@ -236,11 +236,13 @@ def create_or_update_idp_user(email, username, token, authentication_backend):


@APP.route('/')
@conditional_decorator(auth.login_required, mscolab_settings.__dict__.get('enable_basic_http_authentication', False))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was also missing, so I added it here too.

@ReimarBauer ReimarBauer merged commit c5f8561 into Open-MSS:stable Feb 18, 2025
11 checks passed
@ReimarBauer ReimarBauer deleted the check_auth branch February 18, 2025 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants