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

Audience key in JWTs #733

Merged
merged 33 commits into from
May 9, 2019
Merged

Audience key in JWTs #733

merged 33 commits into from
May 9, 2019

Commits on May 9, 2019

  1. Configuration menu
    Copy the full SHA
    972518f View commit details
    Browse the repository at this point in the history
  2. Add optional token audience

    greenape committed May 9, 2019
    Configuration menu
    Copy the full SHA
    4c9091d View commit details
    Browse the repository at this point in the history
  3. Add test for audience

    greenape committed May 9, 2019
    Configuration menu
    Copy the full SHA
    590744b View commit details
    Browse the repository at this point in the history
  4. Support audience in flowapi

    greenape committed May 9, 2019
    Configuration menu
    Copy the full SHA
    6c7a145 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bcb26a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4a007a View commit details
    Browse the repository at this point in the history
  7. Add to cli as well

    greenape committed May 9, 2019
    Configuration menu
    Copy the full SHA
    3d99d15 View commit details
    Browse the repository at this point in the history
  8. Update CHANGELOG.md

    greenape committed May 9, 2019
    Configuration menu
    Copy the full SHA
    7eeccd1 View commit details
    Browse the repository at this point in the history
  9. Fix & update eg

    greenape committed May 9, 2019
    Configuration menu
    Copy the full SHA
    5b66017 View commit details
    Browse the repository at this point in the history
  10. Add missing MPL header

    greenape committed May 9, 2019
    Configuration menu
    Copy the full SHA
    ca6de25 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bf04c3c View commit details
    Browse the repository at this point in the history
  12. Fix identifier env var

    greenape committed May 9, 2019
    Configuration menu
    Copy the full SHA
    2a2cfa9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d8ef87e View commit details
    Browse the repository at this point in the history
  14. Move get of audience inside token generator

    Looks like supplying it as a fixture mucks up pytest's fixture resolution
    greenape committed May 9, 2019
    Configuration menu
    Copy the full SHA
    82b660e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bda406d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d77a42d View commit details
    Browse the repository at this point in the history
  17. Fix comparison test

    greenape committed May 9, 2019
    Configuration menu
    Copy the full SHA
    55d0ad4 View commit details
    Browse the repository at this point in the history
  18. Rename var

    greenape committed May 9, 2019
    Configuration menu
    Copy the full SHA
    48b37b6 View commit details
    Browse the repository at this point in the history
  19. make binascii match more obvious

    Co-Authored-By: maxalbert <maxalbert@users.noreply.github.com>
    greenape and maxalbert committed May 9, 2019
    Configuration menu
    Copy the full SHA
    9649b99 View commit details
    Browse the repository at this point in the history
  20. Remove unrequired __all__

    Co-Authored-By: maxalbert <maxalbert@users.noreply.github.com>
    greenape and maxalbert committed May 9, 2019
    Configuration menu
    Copy the full SHA
    6b6856f View commit details
    Browse the repository at this point in the history
  21. Missed one!

    greenape committed May 9, 2019
    Configuration menu
    Copy the full SHA
    7f0aea9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    78b3f9e View commit details
    Browse the repository at this point in the history
  23. Rename arg

    greenape committed May 9, 2019
    Configuration menu
    Copy the full SHA
    efc72b9 View commit details
    Browse the repository at this point in the history
  24. Missed a rename

    Co-Authored-By: maxalbert <maxalbert@users.noreply.github.com>
    greenape and maxalbert committed May 9, 2019
    Configuration menu
    Copy the full SHA
    23c5e0b View commit details
    Browse the repository at this point in the history
  25. Update flowkit_jwt_generator/flowkit_jwt_generator/jwt.py

    Co-Authored-By: maxalbert <maximilian.albert@gmail.com>
    greenape and maxalbert authored May 9, 2019
    Configuration menu
    Copy the full SHA
    e290bad View commit details
    Browse the repository at this point in the history
  26. Update flowauth/backend/flowauth/token_management.py

    Co-Authored-By: maxalbert <maximilian.albert@gmail.com>
    greenape and maxalbert authored May 9, 2019
    Configuration menu
    Copy the full SHA
    41db9b9 View commit details
    Browse the repository at this point in the history
  27. break the test

    Joshua Greenhalgh authored and greenape committed May 9, 2019
    Configuration menu
    Copy the full SHA
    78bb73b View commit details
    Browse the repository at this point in the history
  28. remove env vars from compose that will remain fixed

    Joshua Greenhalgh authored and greenape committed May 9, 2019
    Configuration menu
    Copy the full SHA
    69ffe44 View commit details
    Browse the repository at this point in the history
  29. Add DAGS_FOLDER and LOAD_EXAMPLES into dockerfile

    Joshua Greenhalgh authored and greenape committed May 9, 2019
    Configuration menu
    Copy the full SHA
    5ccc406 View commit details
    Browse the repository at this point in the history
  30. Add error messages for failure cases.

    Maximilian Albert authored and greenape committed May 9, 2019
    Configuration menu
    Copy the full SHA
    4faf85a View commit details
    Browse the repository at this point in the history
  31. No need for env var anymore

    Joshua Greenhalgh authored and greenape committed May 9, 2019
    Configuration menu
    Copy the full SHA
    46526d3 View commit details
    Browse the repository at this point in the history
  32. Coverage boost

    greenape committed May 9, 2019
    Configuration menu
    Copy the full SHA
    7c58ee4 View commit details
    Browse the repository at this point in the history
  33. Merge branch 'master' into 'public-key-tokens'

    mergify-bot committed May 9, 2019
    Configuration menu
    Copy the full SHA
    b11982c View commit details
    Browse the repository at this point in the history