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

Add authentication with multiple jwt providers #694

Merged
merged 42 commits into from
Feb 24, 2022
Merged

Commits on Jan 31, 2022

  1. refactor(aws-creds): move to aws-creds folder

    mestrak committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    62feeb9 View commit details
    Browse the repository at this point in the history
  2. feat(auth): basic auth guard

    MeStrak committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    5e85979 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    748f8b4 View commit details
    Browse the repository at this point in the history
  2. feat: load from config

    MeStrak committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    11d871a View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    76531c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7474658 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    1123176 View commit details
    Browse the repository at this point in the history
  2. chore: lint cleanup

    MeStrak committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    03de5f8 View commit details
    Browse the repository at this point in the history
  3. style: run formatter

    MeStrak committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    cf83380 View commit details
    Browse the repository at this point in the history
  4. test: fix src path

    MeStrak committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    4dc0524 View commit details
    Browse the repository at this point in the history
  5. stylr: run formatter

    MeStrak committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    164e8a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c75e86 View commit details
    Browse the repository at this point in the history
  7. style: fix linting errors

    MeStrak committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    d04df8c View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Configuration menu
    Copy the full SHA
    f5ec1a6 View commit details
    Browse the repository at this point in the history
  2. feat(config): make auth_config required

    BREAKING CHANGE: AUTH_CONFIG is now a required environment variable. If it is not configured whispr will not start.
    MeStrak committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    2e42421 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Configuration menu
    Copy the full SHA
    0905e4c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    5e40261 View commit details
    Browse the repository at this point in the history
  2. test: export testing costs

    MeStrak committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    345f35a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb8b9d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    487edd9 View commit details
    Browse the repository at this point in the history
  2. style: lint and format

    MeStrak committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    ec331e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    f2843cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d74ab67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    069789b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b0c396 View commit details
    Browse the repository at this point in the history
  5. style: lint and format

    MeStrak committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    879565c View commit details
    Browse the repository at this point in the history
  6. docs: create security page

    MeStrak committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    43d7487 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Configuration menu
    Copy the full SHA
    4f2627a View commit details
    Browse the repository at this point in the history
  2. docs: add missing comma

    MeStrak committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    1a1a443 View commit details
    Browse the repository at this point in the history
  3. style: lint and format

    MeStrak committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    f2fe455 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d96da7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81ea110 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. test: auth config

    MeStrak committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    dd27d75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4530512 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    f8609e1 View commit details
    Browse the repository at this point in the history
  2. test: add jwks e2e test

    MeStrak committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    85bee88 View commit details
    Browse the repository at this point in the history
  3. docs: link to security page

    MeStrak committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    b3075f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09f0331 View commit details
    Browse the repository at this point in the history
  5. ci: fix test auth_config

    MeStrak committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    15e9be5 View commit details
    Browse the repository at this point in the history
  6. ci: revert previous change

    MeStrak committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    6bca22f View commit details
    Browse the repository at this point in the history
  7. test: install nock dependency

    MeStrak committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    cb97336 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    56eeb98 View commit details
    Browse the repository at this point in the history