-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add query, username and password to session list #2689
Add query, username and password to session list #2689
Conversation
I think this could be related to this bug #2701 |
@jonra1993 it's not related to that bug. |
@aler9 can you please take a look? |
Hello, username and password must not be saved or displayed publicly, even to administrators, since it constitutes a security issue. Adding the query is a good idea. Therefore:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2689 +/- ##
==========================================
+ Coverage 59.41% 59.43% +0.01%
==========================================
Files 144 144
Lines 15315 15322 +7
==========================================
+ Hits 9100 9106 +6
- Misses 5574 5575 +1
Partials 641 641 ☔ View full report in Codecov by Sentry. |
Superseded by #2844 |
This issue is mentioned in release v1.4.2 🚀 |
Adds URL query and basic username and password to RTSP Sessions API