Right now, permanent sessions are saved plain-text to a cookie when user is using "Remember me" function. We must make this secure before public release. One of the ideas is to encrypt user secret by a password and ask for this password before making payments.
Right now, permanent sessions are saved plain-text to a cookie when user is using "Remember me" function. We must make this secure before public release. One of the ideas is to encrypt user secret by a password and ask for this password before making payments.