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(edgeAgent): KID will be present on any signed JWTs #170

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

Commits on Oct 3, 2024

  1. feat(agent): agent separation of concerns

    This is a refactor, from now on the EdgeAgent will not have any reference with DIDComm and a DIDCommAgent will replace this.
    EdgeAgent now will scope all the logic that is inherent to it removing any transport layer association, and new agents like DIDCommAgent will scope the EdgeAgent functionalities for a transport layer.
    
    With this Pollux also has some significant changes so it is not aggregated to the DIDComm Message.
    
    OIDCAgent will take part of OIDC transport layer communication.
    
    Signed-off-by: goncalo-frade-iohk <[email protected]>
    goncalo-frade-iohk committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c1164b4 View commit details
    Browse the repository at this point in the history
  2. feat(edgeAgent): KID will be present on any signed JWTs

    Signed-off-by: goncalo-frade-iohk <[email protected]>
    goncalo-frade-iohk committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c7ebf1e View commit details
    Browse the repository at this point in the history