mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update README.md
This commit is contained in:
@@ -72,3 +72,7 @@ You can decrypt them using `OAuth.openSecrets`:
|
||||
|
||||
var credentials = Twitter.retrieveCredential(token);
|
||||
var serviceData = OAuth.openSecrets(credentials.serviceData);
|
||||
|
||||
## Using oauth-encryption on Windows
|
||||
|
||||
This package depends on [npm-node-aes-gcm](https://github.com/meteor/meteor/tree/devel/packages/non-core/npm-node-aes-gcm), which requires you to have OpenSSL installed on your system to run. To install OpenSSL on Windows, use one of the binaries on [this page](http://slproweb.com/products/Win32OpenSSL.html). Don't forget to install the Visual Studio 2008 redistributables if you don't have them yet.
|
||||
|
||||
Reference in New Issue
Block a user