-
Notifications
You must be signed in to change notification settings - Fork 154
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
chore: document non-standard glob client #328
Conversation
Codecov Report
@@ Coverage Diff @@
## main #328 +/- ##
==========================================
+ Coverage 50.80% 50.97% +0.16%
==========================================
Files 74 74
Lines 5623 5648 +25
==========================================
+ Hits 2857 2879 +22
- Misses 2506 2508 +2
- Partials 260 261 +1
... and 4 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@muhlemmer LGTM. Other auth servers also support globs. For example, Keycloak. |
rename checkURIAginstRedirects to checkURIAgainstRedirects
add example on how to toggle the underlying client implementation based on DevMode.
4a2424d
to
82c1eef
Compare
Co-authored-by: David Sharnoff <dsharnoff@singlestore.com>
🎉 This PR is included in version 2.2.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.0.0-next.6 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Update the docs and example on glob support regarding standard deviation.
Glob pattern matching was introduced as an optional interface in #297 to provide wildcard support.
Open to discussion.
Closes #308