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

M2m #26

Merged
merged 73 commits into from
Dec 18, 2023
Merged

M2m #26

merged 73 commits into from
Dec 18, 2023

Conversation

wistefan
Copy link
Collaborator

No description provided.

@wistefan wistefan added the minor Should be applied for new functionality or bigger updates. label Nov 28, 2023
@wistefan wistefan marked this pull request as ready for review December 7, 2023 09:49
@wistefan wistefan requested review from pulledtim and a user December 7, 2023 09:49
return tokenProvider.tokenEncoder.GetEncodedToken(vp, audience)
}

func (base64TokenEncoder Base64TokenEncoder) GetEncodedToken(vc *verifiable.Presentation, audience string) (encodedToken string, err error) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need the audience for anything here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not in the base64 encoded token, but we will need it for the jwt-tokens, thus I added it to the interface

return vc
}

func getNoTypetAuthCredential() *verifiable.Credential {
Copy link
Contributor

Choose a reason for hiding this comment

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

Tiny typo

@wistefan wistefan merged commit 4318d2a into main Dec 18, 2023
6 checks passed
@wistefan wistefan deleted the m2m branch December 18, 2023 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Should be applied for new functionality or bigger updates.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants