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

Update the default issuer in VC JWT tests #33

Open
JSAssassin opened this issue Jul 21, 2023 · 0 comments
Open

Update the default issuer in VC JWT tests #33

JSAssassin opened this issue Jul 21, 2023 · 0 comments
Assignees

Comments

@JSAssassin
Copy link
Contributor

JSAssassin commented Jul 21, 2023

The default issuer for the VC JWT tests is set to "SpruceID" which is the only implementor for JWT at the moment

const issuer = matchingIssuers.get(issuerNameJWT).issuers.find(
issuer => issuer.tags.has('JWT'));
,
export const issuerNameJWT = process.env.ISSUER_NAME_JWT || 'SpruceID';
. We may want to not want to set that to "SpruceID" in future.

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

No branches or pull requests

2 participants