Skip to content

Instantly share code, notes, and snippets.

@mtias
Created June 8, 2014 20:06
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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