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

Remove redundant values in SignedIdAlias #2063

Merged
merged 2 commits into from
Nov 21, 2023

Conversation

frederikrothenberger
Copy link
Contributor

@frederikrothenberger frederikrothenberger commented Nov 20, 2023

The SignedIdAlias contained the plain id_dapp and id_alias values next to the signed JWS. This is redundant and a potential footgun as one might be inclined to use those values without checking the JWS.

This PR removes the values and changes the code and doc accordingly.


🟡 Some screens were changed

The `SignedIdAlias` contained the plain `id_dapp` and `id_alias` values
next to the signed JWS. This is redundant and a potential footgun as
one might be inclined to use those values _without_ checking the JWS.

This PR removes the values and changes the code and doc accordingly.
@frederikrothenberger
Copy link
Contributor Author

Still in draft because I am waiting for CI to test the issuer.

@frederikrothenberger frederikrothenberger marked this pull request as ready for review November 20, 2023 13:09
Copy link
Collaborator

@przydatek przydatek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@frederikrothenberger frederikrothenberger added this pull request to the merge queue Nov 21, 2023
Merged via the queue into main with commit 6a8c1de Nov 21, 2023
53 checks passed
@frederikrothenberger frederikrothenberger deleted the frederik/refactor-vc-alias branch November 21, 2023 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants