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: Improve Authz performance by reducing queries required #1239

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

filipecabaco
Copy link
Member

What kind of change does this PR introduce?

  • Removes set_config for jwt token which is not used
  • Reduces read check to single query instead of 2 queries
  • Streamlines overall code to be leaner

* Removes set_config for jwt token which is not used
* Reduces read check to single query instead of 2 queries
* Streamlines overall code to be leaner
Copy link

vercel bot commented Dec 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
realtime-demo ⬜️ Ignored (Inspect) Dec 2, 2024 5:01pm

@filipecabaco filipecabaco merged commit 4eaa930 into main Dec 2, 2024
4 checks passed
@filipecabaco filipecabaco deleted the fix/improve-authz-performance branch December 2, 2024 17:18
@kiwicopple
Copy link
Member

🎉 This PR is included in version 2.33.62 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

3 participants