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
Issue#6 points to PR#7 which is merged. However, that PR by itself doesn't fix the problem, it only allows the problem to be fixed.
The README still shows adding a key to the usersession keychain, and reading it from that. The keyring.Add should be updated to reflect this comment: #6 (comment) . That is, add the key to the session keyring, set the perms, link to usersession and unlink from session.
Without that, subsequent key.Get() will fail. With that, it works.
The text was updated successfully, but these errors were encountered:
Issue#6 points to PR#7 which is merged. However, that PR by itself doesn't fix the problem, it only allows the problem to be fixed.
The README still shows adding a key to the usersession keychain, and reading it from that. The keyring.Add should be updated to reflect this comment: #6 (comment) . That is, add the key to the session keyring, set the perms, link to usersession and unlink from session.
Without that, subsequent key.Get() will fail. With that, it works.
The text was updated successfully, but these errors were encountered: