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: jwt profile grant #56

Merged
merged 38 commits into from Sep 16, 2020
Merged

feat: jwt profile grant #56

merged 38 commits into from Sep 16, 2020

Commits on Sep 2, 2020

  1. Copy the full SHA
    7a109a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Merge branch 'master' into service-accounts

    # Conflicts:
    #	pkg/oidc/authorization.go
    livio-a committed Sep 7, 2020
    Copy the full SHA
    6a0dd7c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7487af3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9cb0fff View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. lot of unfinished changes

    livio-a committed Sep 8, 2020
    Copy the full SHA
    a37a846 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bfbd4ad View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. change some interfaces

    livio-a committed Sep 9, 2020
    Copy the full SHA
    eaf47fd View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. fix: implement storage

    adlerhurst committed Sep 10, 2020
    Copy the full SHA
    7700cb3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9d8fc4f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6be292a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f870795 View commit details
    Browse the repository at this point in the history
  5. fix: aud

    adlerhurst committed Sep 10, 2020
    Copy the full SHA
    a731a46 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3777f14 View commit details
    Browse the repository at this point in the history
  7. fix: storage interface

    adlerhurst committed Sep 10, 2020
    Copy the full SHA
    17a72cc View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. change verifier interfaces

    livio-a committed Sep 11, 2020
    Copy the full SHA
    143ff34 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Copy the full SHA
    ed6cbe4 View commit details
    Browse the repository at this point in the history
  2. change RP interfaces

    livio-a committed Sep 14, 2020
    Copy the full SHA
    4523056 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. update some op interfaces

    livio-a committed Sep 15, 2020
    Copy the full SHA
    8790b54 View commit details
    Browse the repository at this point in the history
  2. add missing error handling

    livio-a committed Sep 15, 2020
    Copy the full SHA
    5a98ec4 View commit details
    Browse the repository at this point in the history
  3. update app example

    livio-a committed Sep 15, 2020
    Copy the full SHA
    3c2ad6a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2dfdaa2 View commit details
    Browse the repository at this point in the history
  5. let tests work

    livio-a committed Sep 15, 2020
    Copy the full SHA
    5a9e6e2 View commit details
    Browse the repository at this point in the history
  6. fix server example

    livio-a committed Sep 15, 2020
    Copy the full SHA
    2e6d1f8 View commit details
    Browse the repository at this point in the history
  7. fix cli

    livio-a committed Sep 15, 2020
    Copy the full SHA
    87b30dc View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    a56a4a0 View commit details
    Browse the repository at this point in the history
  9. fix: parse error

    adlerhurst committed Sep 15, 2020
    Copy the full SHA
    cae42cc View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. update mocks

    livio-a committed Sep 16, 2020
    Copy the full SHA
    2e75f54 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d97df8a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    693ce1a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fd3daa2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ad0966c View commit details
    Browse the repository at this point in the history
  6. fix: dependencies

    adlerhurst committed Sep 16, 2020
    Copy the full SHA
    5b6175a View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    4a917fb View commit details
    Browse the repository at this point in the history
  8. cleanup

    livio-a committed Sep 16, 2020
    Copy the full SHA
    64797c1 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    0547bfb View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    779ad70 View commit details
    Browse the repository at this point in the history
  11. fix: remove test because we know it works. :P

    fix: key as string instead of bytes
    adlerhurst committed Sep 16, 2020
    Copy the full SHA
    28f731c View commit details
    Browse the repository at this point in the history
  12. cleanup

    livio-a committed Sep 16, 2020
    Copy the full SHA
    c90a9d5 View commit details
    Browse the repository at this point in the history