Skip to content

Instantly share code, notes, and snippets.

@mikebaldry
Created November 23, 2012 14:40
Show Gist options
  • Save mikebaldry/4135898 to your computer and use it in GitHub Desktop.
Save mikebaldry/4135898 to your computer and use it in GitHub Desktop.
checkToken: (token, cb) ->
@sql.query "SELECT id FROM users WHERE login = ? AND cti_token = ?", [@login, token], (err, result) ->
cb result.length == 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment