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

HTTP authentication #1043

Merged
merged 22 commits into from
Feb 20, 2024
Merged

HTTP authentication #1043

merged 22 commits into from
Feb 20, 2024

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    f829cc6 View commit details
    Browse the repository at this point in the history
  2. rust: generate a JWT

    * It does not perform any kind of authentication yet.
    * It does not include any information to identify the client.
    imobachgs committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e60cc3e View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Added pam dependency

    teclator committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    fad373c View commit details
    Browse the repository at this point in the history
  2. rust: validate the JWT token

    * Add a configuration mechanism.
    * Split the code into smaller and more focused modules.
    imobachgs committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    bd53abf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0c6c17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31fef63 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    8ff2b32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1aaa56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02b2412 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e93a4a View commit details
    Browse the repository at this point in the history
  5. rust: fix tests

    imobachgs committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    4c40c79 View commit details
    Browse the repository at this point in the history
  6. rust: fix CI tests

    imobachgs committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    dca5c2a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4128d69 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1d4a9b7 View commit details
    Browse the repository at this point in the history
  9. rust: protect the ws route

    imobachgs committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    0e12261 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    33b4afe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e5beead View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4268066 View commit details
    Browse the repository at this point in the history
  13. Added clang devel dependency

    teclator committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    38fd041 View commit details
    Browse the repository at this point in the history
  14. Use agama pam service

    teclator committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    bee3e01 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    157f7ba View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f10ffd1 View commit details
    Browse the repository at this point in the history