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

Sd jwt support openid package #38

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open

Commits on Sep 12, 2023

  1. refactor verifier service

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    0f47aee View commit details
    Browse the repository at this point in the history
  2. update readme

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    0ce337d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. init sd verification

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a31642e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. add did:jwk

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    ed7e13c View commit details
    Browse the repository at this point in the history
  2. fix jwk doc loader

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    0ac1e08 View commit details
    Browse the repository at this point in the history
  3. rm log

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    758d9f7 View commit details
    Browse the repository at this point in the history
  4. make test sd jwt work

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b92bca2 View commit details
    Browse the repository at this point in the history
  5. rm log

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    3858087 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. intermediate commit

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    1ca43ad View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Merge branch 'main' into sd-jwt-support

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    a21820c View commit details
    Browse the repository at this point in the history
  2. update changelog

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    8b84641 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into sd-jwt-support

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    9582b15 View commit details
    Browse the repository at this point in the history
  4. fix tests

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    861f6ed View commit details
    Browse the repository at this point in the history
  5. allow jwt in entry frontend

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ee48e67 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. intermedite commit

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    453e7c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. init openid library

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9915eab View commit details
    Browse the repository at this point in the history
  2. mv to openid jwt verifier

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5ffcc87 View commit details
    Browse the repository at this point in the history
  3. add sd-jwt to presentation request

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3908b7c View commit details
    Browse the repository at this point in the history
  4. add nonce and aud check

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5695e62 View commit details
    Browse the repository at this point in the history
  5. support openid4vp scheme

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    6b68af4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. make key binding optional

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    21ca680 View commit details
    Browse the repository at this point in the history
  2. add issuer to sd jwt presentation

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5cd6f35 View commit details
    Browse the repository at this point in the history
  3. fix test

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    fcf3b10 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. sd jwt request

    Signed-off-by: F-Node-Karlsruhe <[email protected]>
    F-Node-Karlsruhe committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    38f35f6 View commit details
    Browse the repository at this point in the history