try {
            const privateKey = await exportJWKKey(key.privateKey);

            Meteor._localStorage.setItem('private_key', JSON.stringify(privateKey));
        } catch (error) {