In v0.6.x, I used Base.getpass to prompt the user for a password, then just used string interpolation to pass the password to create a login cookie. I think this was possible because previously, getpass just returned a string. Now (in v0.7), it seems getpass returns a SecretBuffer, which seems likā¦