Skip to content

Instantly share code, notes, and snippets.

@SomeoneWeird
Created August 14, 2013 07:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SomeoneWeird/6228687 to your computer and use it in GitHub Desktop.
Save SomeoneWeird/6228687 to your computer and use it in GitHub Desktop.
app.get('/reset/:token', function(req, res) {
var token = req.params.token;
// check token is valid and render reset page
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment