Announcing RxDBDotNet v1.1.2 - Now with OIDC Support! 🚀 #78
rbeauchamp
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're excited to announce the release of RxDBDotNet v1.1.2, which significantly enhances our authentication capabilities, particularly for GraphQL subscriptions.
🌟 Key Feature: OpenID Connect (OIDC) Support
With this release, RxDBDotNet now supports OpenID Connect (OIDC) configuration for JWT validation in GraphQL subscriptions. This feature enhances our library's flexibility and security, especially when working with OIDC-compliant identity providers.
What's New:
Benefits:
🔧 How to Use
The best part? If you already use JWT authentication, you don't need to change anything in your RxDBDotNet setup! The new OIDC support is automatically applied when available.
Just ensure your application is configured to use JWT Bearer authentication with OIDC support:
📚 Documentation
We've updated our documentation to include information about this new feature. For more details, check out the "OpenID Connect (OIDC) Support for Subscription Authentication" section in our README.
🚀 Upgrading
To take advantage of this new feature, upgrade to v1.1.2:
🙏 Thank You
As always, we're grateful for our community's support and feedback. Your input drives the continuous improvement of RxDBDotNet.
Happy coding! 🖥️💻
Beta Was this translation helpful? Give feedback.
All reactions