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

Made events async #501

Merged
merged 4 commits into from
May 29, 2024
Merged

Made events async #501

merged 4 commits into from
May 29, 2024

Conversation

drusellers
Copy link
Contributor

@drusellers drusellers commented May 28, 2024

Description

I was integrating the beta build into my project and noticed that I failed to make the events async/await able. This is preventing me from digging into my database to verify attributes about the JWT token in my custom Event Type.

I was careful to avoid doing any actual awaits in the framework to try and minimize the amount of "task switching" that the internal framework is doing.

Checklist

  • Tests added
  • Version bumped
  • Changelog updated

@abatishchev abatishchev changed the title Make Events Async Made events async May 28, 2024
@abatishchev abatishchev merged commit d6b1e4e into jwt-dotnet:main May 29, 2024
1 check passed
@abatishchev
Copy link
Member

Released to NuGet.org as 11.0.0-beta4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants