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

[WIP] Allow users to escape 'Not authorized' when their email address is not found on the allow-list #392

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 12, 2024

  1. Clears auth cookies if the user signed in with an email address that …

    …isn't on the allow list.
    luisvsm authored and Lennard Schwarz committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    aef944d View commit details
    Browse the repository at this point in the history
  2. Remove default value, which resulted in config parse error

    Lennard Schwarz committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fd922df View commit details
    Browse the repository at this point in the history
  3. Simplify code

    Lennard Schwarz committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    20dce06 View commit details
    Browse the repository at this point in the history
  4. Add test

    Lennard Schwarz committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9214791 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. lower case

    Lennard Schwarz committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f6e61ba View commit details
    Browse the repository at this point in the history