-
Notifications
You must be signed in to change notification settings - Fork 30
username could default to the current (system) username #60
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
Comments
have you solved the key_get() issue where username could default to the current system user? |
You mean this very issue? I guess I haven't, that's why it is still open. |
Yes, it bugs me when working on appbot. Obviously If the username is included in the key_get(), the error is gone.
|
Well, this would make sense, but it is a breaking change at this point, because the username is optional for a key. Instead, I can introduce an option, which you can set to opt in. |
At least in
key_get()
, maybe also onkey_set()
.The text was updated successfully, but these errors were encountered: