Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2911 +/- ##
==========================================
+ Coverage 78.24% 78.41% +0.17%
==========================================
Files 673 673
Lines 55204 55246 +42
Branches 728 728
==========================================
+ Hits 43196 43323 +127
+ Misses 11930 11845 -85
Partials 78 78
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ryanmelt
left a comment
There was a problem hiding this comment.
This should affect the Ruby and Python SDKs as well.
jmthomas
left a comment
There was a problem hiding this comment.
So this change makes all cable connections first generate a one time password (token) and then upon connection deletes the token? This is better because if someone grabs the token during the cable connection it doesn't matter because it is immediately invalidated. Is that the gist?
Correct |
|
Makes sense to me. Not sure what @ryanmelt is asking for via the Ruby and Python APIs. |
|
We use websockets in the Ruby and Python code too. Do they not use query parameters? If they don't then we're good. If they do then they need to be updated too |
|
One-time use tokens for AnyCable





No description provided.