Skip to content

fix(auth): fix sync authentication with async operations #1478

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bellini666
Copy link

@bellini666 bellini666 commented Jun 6, 2025

As described on #1251, when resolving an async operation with a sync auth, SynchronousOnlyOperation can be raised in case that function accesses the DB, which is most likely it will.

This is the fix I proposed here

Fix #1251

@bellini666
Copy link
Author

Hi @vitalik , asking for your kind review 🙏

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

Successfully merging this pull request may close these issues.

[BUG] Sync-only Authentication Callbacks not Working on Async Operations
1 participant