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

Refactor authentication, delay to effectful layer #74

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Sep 19, 2024

  1. Refactor authentication, delay to effectful layer

    Userauth is now an event. This means the effectful layer can do e.g.
    database lookups or LDAP requests when authenticating a user.
    
    As an added bonus an effectful layer that implements trust on first use
    (TOFU) user authentication is now possible.
    reynir committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4522675 View commit details
    Browse the repository at this point in the history
  2. Remove user_db from Awa.Server

    reynir committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    85fb6eb View commit details
    Browse the repository at this point in the history
  3. Update tests to new Awa.Server

    reynir committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d1b1b05 View commit details
    Browse the repository at this point in the history
  4. Refactor Auth.db related code

    reynir committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2669172 View commit details
    Browse the repository at this point in the history
  5. Remove a polymorphic compare

    reynir committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    82a6aa7 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Refactor Auth, Server

    Move bits of Auth into Server and Awa_mirage.
    reynir committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    08aa3b9 View commit details
    Browse the repository at this point in the history