Skip to content

Instantly share code, notes, and snippets.

@vpegado
vpegado / apps.sh
Last active August 29, 2015 14:07
Applications
# Apps
apps=(
osxfuse
adobe-reader
qlcolorcode
appcleaner
github
qlmarkdown
spotify
flash
@vpegado
vpegado / binaries.sh
Last active August 29, 2015 14:07
Binaries
binaries=(
ansible
graphicsmagick
webkit2png
rename
zopfli
ffmpeg
python
sshfs
trash

Keybase proof

I hereby claim:

  • I am vpegado on github.
  • I am vpegado (https://keybase.io/vpegado) on keybase.
  • I have a public key whose fingerprint is AC71 7B16 46E0 7413 DEA1 B587 8815 8D3D 1EF1 2392

To claim this, I am signing this object:

/**
* AuthController
*
*/
var passport = require('passport');
module.exports = {
login: function(req, res){
passport.authenticate('local',
function (err, user) {