-
Notifications
You must be signed in to change notification settings - Fork 239
chore: remove verify auth callback #2310
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
chore: remove verify auth callback #2310
Conversation
berendsliedrecht
commented
Jun 2, 2025
- chore: revert verifyAuthorizationRequestCallback
- docs(changeset): Revert the verifyAuthorizationCallback. Should be called outside of the framework
Signed-off-by: Berend Sliedrecht <berend@animo.id>
…lled outside of the framework Signed-off-by: Berend Sliedrecht <berend@animo.id>
🦋 Changeset detectedLatest commit: 5f1b213 The changes in this PR will be included in the next version bump. This PR includes changesets to release 15 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
"@credo-ts/openid4vc": patch | ||
--- | ||
|
||
Revert the verifyAuthorizationCallback. Should be called outside of the framework |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think we can just remove the previous changeset that was added (and this one), so we don't clutter the changelog
) | ||
|
||
await verifierTenant1.endSession() | ||
await verifierTenant2.endSession() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this test was added for this purpose right, so we cna probably remove it? Or did you adapt an existing test?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adapted existing.
589a16e
into
openwallet-foundation:main
* chore: revert verifyAuthorizationRequestCallback Signed-off-by: Berend Sliedrecht <berend@animo.id> * docs(changeset): Revert the verifyAuthorizationCallback. Should be called outside of the framework Signed-off-by: Berend Sliedrecht <berend@animo.id> --------- Signed-off-by: Berend Sliedrecht <berend@animo.id>
* chore: revert verifyAuthorizationRequestCallback Signed-off-by: Berend Sliedrecht <berend@animo.id> * docs(changeset): Revert the verifyAuthorizationCallback. Should be called outside of the framework Signed-off-by: Berend Sliedrecht <berend@animo.id> --------- Signed-off-by: Berend Sliedrecht <berend@animo.id> Signed-off-by: Ariel Gentile <gentilester@gmail.com>