encryption - Meteor accounts-password: get the password of logged in user -


i trying encrypt fields in collection in meteor. encryption requires user's login password. password can obtained when user logs in. stored temporarily variable in meteor. however, when user refreshes browser, variable lost value though user still logged in. without password, encryption cannot done correctly.

i using accounts-password package handle user login , sign-up, , wondering if it's possible app call function user's login password whenever want encryption.

if helps answer question, using meteor version 1.3 beta 0.4. thanks!

you can use amplify package store password temporarily , continue process it. remember clear password after process done


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -