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

new: QoL improvements #89

Merged
merged 5 commits into from
Sep 18, 2023
Merged

new: QoL improvements #89

merged 5 commits into from
Sep 18, 2023

Commits on Sep 18, 2023

  1. bootstrap: add basic authn and authz constructors

    This patch refactors some helper function improving developers quality
    of life regarding classic mtls and simple bahamut.Authorizer and
    Authenticators.
    Antoine Mercadal committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    01f94cd View commit details
    Browse the repository at this point in the history
  2. new: add bootstrap.MakeA3SRemoteAuth

    This is a convenience function that streamlines the creation and
    configuration of both a3s Authenticator and Authorizer that will be
    ready to plug into a bahamut server.
    Antoine Mercadal committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a9e129b View commit details
    Browse the repository at this point in the history
  3. fixed: don't hardcode a3s api into MakeMongoManipulator

    Antoine Mercadal committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    df760c9 View commit details
    Browse the repository at this point in the history
  4. remove replace

    Antoine Mercadal committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    88f6ff1 View commit details
    Browse the repository at this point in the history
  5. fixed: tested function that should have never has passed

    Antoine Mercadal committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f0f13d6 View commit details
    Browse the repository at this point in the history