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 optional auth tooling #8

Merged
merged 48 commits into from
Aug 22, 2024
Merged

Add optional auth tooling #8

merged 48 commits into from
Aug 22, 2024

Commits on Jul 18, 2024

  1. Add optional auth tooling

    alukach committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    7273fb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Fix imports

    alukach committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c64186c View commit details
    Browse the repository at this point in the history
  2. Run pre-commit

    alukach committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b542594 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Refactor

    alukach committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    66830f5 View commit details
    Browse the repository at this point in the history
  2. Use PKCE by default

    alukach committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    2a26318 View commit details
    Browse the repository at this point in the history
  3. Update auth.py

    alukach committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    7fa43d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

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

Commits on Aug 7, 2024

  1. Working OIDC example

    alukach committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    54d4eda View commit details
    Browse the repository at this point in the history
  2. Support OIDC in stac-browser

    alukach committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b4e4353 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    alukach committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    31b60f5 View commit details
    Browse the repository at this point in the history
  4. Add logging

    alukach committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0d79d87 View commit details
    Browse the repository at this point in the history
  5. In progress auth for raster

    alukach committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a08b758 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Raster: Finalize / cleanup

    alukach committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    58e256b View commit details
    Browse the repository at this point in the history
  2. STAC: cleanup

    alukach committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    886ca38 View commit details
    Browse the repository at this point in the history
  3. Vector: add auth support

    alukach committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    996f5a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0d699a View commit details
    Browse the repository at this point in the history
  5. Cleanup

    alukach committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0dc2503 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ef74c7 View commit details
    Browse the repository at this point in the history
  7. Rename

    alukach committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d3a1bc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Cleanup imports

    alukach committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c92bb11 View commit details
    Browse the repository at this point in the history
  2. Auth: Update logging

    alukach committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a836183 View commit details
    Browse the repository at this point in the history
  3. Don't buffer Python output

    alukach committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b24c612 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74fcfc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    357809b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3587e2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d28d25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a01be1 View commit details
    Browse the repository at this point in the history
  5. Vector: fixup imports

    alukach committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    ac41c1b View commit details
    Browse the repository at this point in the history
  6. Precommit: fix imports

    alukach committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    d87f15c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4975469 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    26fe978 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    c248b7b View commit details
    Browse the repository at this point in the history
  2. Pre-commit fix

    alukach committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    92f4465 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Simplify

    alukach committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b784e1c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    1a71e98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94628bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa30f7d View commit details
    Browse the repository at this point in the history
  4. Breakout into files

    alukach committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    78b75a0 View commit details
    Browse the repository at this point in the history
  5. Rename things

    alukach committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4996c8b View commit details
    Browse the repository at this point in the history
  6. Fix version path

    alukach committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ca88be8 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Apply suggestions from code review

    Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com>
    alukach and vincentsarago committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    51e58d7 View commit details
    Browse the repository at this point in the history
  2. Mv dependency

    alukach committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a7e6333 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1037a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Rework imports

    alukach committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2e11d2f View commit details
    Browse the repository at this point in the history
  2. Rework imports

    alukach committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9810b7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7b0163 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    896f185 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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