Skip to content

Instantly share code, notes, and snippets.

@mtias
Created June 8, 2014 20:06
Show Gist options
  • Select an option

  • Save mtias/3b14e1b431f706c02f6b to your computer and use it in GitHub Desktop.

Select an option

Save mtias/3b14e1b431f706c02f6b to your computer and use it in GitHub Desktop.
Modules
/*
* Authorization module.
*
* @Routes /authorize
* /login
* /logout
*/
var auth = require( 'auth' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment