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
Just to know, how do you handle private credentials ?
I mean since you give account name and password in the Store initialization as parameters, they should not be visible on the client but only on the server for security reasons, so how do you handle this ? using a Meteor.isServer ?
The text was updated successfully, but these errors were encountered:
No. Meteor isserver is not secure. You should use environment variables. But I ported this from my cfs storage adapter, where client and server is separated. i forgot about this... I'll make some changes tomorrow
Just to know, how do you handle private credentials ?
I mean since you give account name and password in the Store initialization as parameters, they should not be visible on the client but only on the server for security reasons, so how do you handle this ? using a
Meteor.isServer
?The text was updated successfully, but these errors were encountered: