标签: meteor encryption
我尝试使用https://docs.meteor.com/packages/oauth-encryption.html来加密service.accessToken,但似乎它不起作用。
我将以下代码添加到Meteor应用程序中的accounts.js文件中:
Accounts.config({ oauthSecretKey: 'secretk_key' });
当我创建用户并签入MongoDB时,此令牌未加密。