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

Fix a panic during Yubikey register/login #3006

Merged
merged 1 commit into from Dec 18, 2022

Conversation

BlackDex
Copy link
Collaborator

The yubico crate uses blocking reqwest, and we called the verify from a async thread. To prevent issues we need to wrap it within a spawn_blocking.

The yubico crate uses blocking reqwest, and we called the `verify` from
a async thread. To prevent issues we need to wrap it within a
`spawn_blocking`.
@dani-garcia dani-garcia merged commit b60a4a6 into dani-garcia:main Dec 18, 2022
@BlackDex BlackDex deleted the fix-yubikey-panic branch December 18, 2022 21:07
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.

None yet

2 participants