fizaguirre / confpeering-ix

CONFPEERING-IX: Providing privacy on interconnection agreements in an IXP environment
https://lume.ufrgs.br/handle/10183/193315
0 stars 0 forks source link

user_princ and mk_keys not being loaded after login #1

Closed fizaguirre closed 5 years ago

fizaguirre commented 5 years ago

The cliet was not able to load the wrapped keys for the user from the server. To solve this issue it's necessary to publish all fields in the user collection with the following filter "{}, {fields: {}}", using the the method Meteor.publish in the server side. Also it is necessary to subscribe to this collection in the client side using the method Meteor.subscribe.