You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's unclear what purpose Key#signed_token serves. It does not produce a valid JWT token, and the only apparent uses of this method are in tests for slosilo and cyberark/conjur.
This is potentially a good candidate for removal to simply the code and reduce the opportunity for mistakes using this library.
It's unclear what purpose
Key#signed_token
serves. It does not produce a valid JWT token, and the only apparent uses of this method are in tests forslosilo
andcyberark/conjur
.This is potentially a good candidate for removal to simply the code and reduce the opportunity for mistakes using this library.
slosilo/lib/slosilo/key.rb
Lines 73 to 79 in c2bb674
The text was updated successfully, but these errors were encountered: