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

feat: oauth revamp + support for multiple grant types in oauth #3885

Merged
merged 27 commits into from Mar 19, 2024

Commits on Mar 19, 2024

  1. Copy the full SHA
    f761e42 View commit details
    Browse the repository at this point in the history
  2. fix: resolve type error

    jamesgeorge007 authored and amk-dev committed Mar 19, 2024
    Copy the full SHA
    41e582f View commit details
    Browse the repository at this point in the history
  3. fix: prevent exceptions with OAuth 2.0 Auth Type under GQL

    Account for active GQL tabs while setting the received token.
    jamesgeorge007 authored and amk-dev committed Mar 19, 2024
    Copy the full SHA
    2ed6d82 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bc2c0e0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d749846 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2b372e3 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    57c1161 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    e743f8d View commit details
    Browse the repository at this point in the history
  9. feat: add ability to specify access token via request headers/query p…

    …arams
    
    Adds a new `Pass by` field.
    jamesgeorge007 authored and amk-dev committed Mar 19, 2024
    Copy the full SHA
    a3deafa View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    fcde2ef View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    4db25e2 View commit details
    Browse the repository at this point in the history
  12. fix: ensure environment variables referred to in the fields are prese…

    …rved while redirecting back
    jamesgeorge007 authored and amk-dev committed Mar 19, 2024
    Copy the full SHA
    32a5c84 View commit details
    Browse the repository at this point in the history
  13. chore: ensure the Authorization is set as the active tab in the modal…

    … while redirected back
    jamesgeorge007 authored and amk-dev committed Mar 19, 2024
    Copy the full SHA
    7138887 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    ecd68b3 View commit details
    Browse the repository at this point in the history
  15. chore: use enums instead of string for auth.addTo + use a v-for inste…

    …ad of hardcoded values
    amk-dev committed Mar 19, 2024
    Copy the full SHA
    716034a View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    dc6d6c1 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    82e37aa View commit details
    Browse the repository at this point in the history
  18. chore: clean up

    amk-dev committed Mar 19, 2024
    Copy the full SHA
    08cb026 View commit details
    Browse the repository at this point in the history
  19. chore: improve naming

    amk-dev committed Mar 19, 2024
    Copy the full SHA
    0b29592 View commit details
    Browse the repository at this point in the history
  20. chore: improve types

    amk-dev committed Mar 19, 2024
    Copy the full SHA
    1964aad View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    4a0a802 View commit details
    Browse the repository at this point in the history
  22. chore: cleanups

    amk-dev committed Mar 19, 2024
    Copy the full SHA
    bb95f93 View commit details
    Browse the repository at this point in the history
  23. chore: resolve type errors

    jamesgeorge007 authored and amk-dev committed Mar 19, 2024
    Copy the full SHA
    438d01e View commit details
    Browse the repository at this point in the history
  24. chore: cleanup

    jamesgeorge007 authored and amk-dev committed Mar 19, 2024
    Copy the full SHA
    556a57f View commit details
    Browse the repository at this point in the history
  25. test: fix failing tests

    Update fixtures.
    jamesgeorge007 authored and amk-dev committed Mar 19, 2024
    Copy the full SHA
    c73f6bd View commit details
    Browse the repository at this point in the history
  26. chore: remove unused imports

    amk-dev committed Mar 19, 2024
    Copy the full SHA
    4d52fc8 View commit details
    Browse the repository at this point in the history
  27. fix: fix typo in v2 schema

    amk-dev committed Mar 19, 2024
    Copy the full SHA
    f6f758c View commit details
    Browse the repository at this point in the history