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

Updated npm packages #133

Merged
merged 1 commit into from
May 30, 2024
Merged

Updated npm packages #133

merged 1 commit into from
May 30, 2024

Conversation

Fosol
Copy link
Contributor

@Fosol Fosol commented May 30, 2024

Updating as many npm packages as possible. Testing and fixing issues.

@Fosol Fosol added the enhancement New feature or request label May 30, 2024
@Fosol Fosol self-assigned this May 30, 2024
@@ -268,7 +272,7 @@ class OIDC {

public async verifyToken(token: string) {
// 1. Decode the ID token.
const { header } = jws.decode(token);
const { header } = jws.decode(token) as ISignatureToken;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Header is no longer in the types for some reason. Still need to test to confirm whether this will work.

@Fosol Fosol merged commit 30bc2ba into bcgov:main May 30, 2024
2 checks passed
@Fosol Fosol deleted the packages branch May 30, 2024 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant