ciaranj / connect-auth

Authentication middleware for connect.
MIT License
813 stars 114 forks source link

keyfile instructions unclear #131

Open Pomax opened 11 years ago

Pomax commented 11 years ago

The instructions say to use

% npm install connect-auth
% cp examples/example_keys_file.js examples/keys_file.js

however, after running npm install, there is no examples directory, and the example_keys_file.js file does not exist in the node_modules/connect-auth dir or any of its subdirectories.