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 references to ID token in generic token classes #295

Merged
merged 1 commit into from
Oct 18, 2021

Conversation

lbalmaceda
Copy link
Contributor

Changes

Classes like the SignatureVerifier are used by the ID token verifier function but are not specifically tied to an ID token. This PR removes those references and updates the tests.

Fixes #286

@lbalmaceda lbalmaceda requested a review from a team as a code owner October 18, 2021 08:59
@lbalmaceda lbalmaceda added this to the v3-Next milestone Oct 18, 2021
@lbalmaceda lbalmaceda enabled auto-merge (rebase) October 18, 2021 09:59
@lbalmaceda lbalmaceda merged commit d853c08 into master Oct 18, 2021
@lbalmaceda lbalmaceda deleted the upd-messages branch October 18, 2021 13:09
@lbalmaceda lbalmaceda modified the milestones: v3-Next, 3.19.0 Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error messages should reference a generic signed token, not specifically the ID token
2 participants