Added web and email notifications. Tests. Fire page
This commit is contained in:
parent
df05b33e82
commit
3bf21c8caf
32 changed files with 696 additions and 88 deletions
6
imports/modules/url-encode.js
Normal file
6
imports/modules/url-encode.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import { Meteor } from 'meteor/meteor';
|
||||
import Iron from 'iron';
|
||||
|
||||
exports.encrypt = obj => Iron.seal(obj, Meteor.settings.private.ironPassword, Iron.defaults);
|
||||
|
||||
exports.decrypt = obj => Iron.unseal(obj, Meteor.settings.private.ironPassword, Iron.defaults);
|
||||
Loading…
Add table
Add a link
Reference in a new issue