Skip to content

Instantly share code, notes, and snippets.

@ebracho
Last active December 4, 2016 21:15
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 ebracho/a23004dfe9160f4a080ef348b672cd2f to your computer and use it in GitHub Desktop.
Save ebracho/a23004dfe9160f4a080ef348b672cd2f to your computer and use it in GitHub Desktop.
> use groupdoodle
switched to db groupdoodle
> show collections
doodlerooms
doodles
sessiontokens
users
> db.sessiontokens.find()
>
// Output from https://github.com/ebracho/groupdoodle/blob/master/app/auth/router.js#L39
{ _id: 584486e580637e001454095b,
userId: 'asdfasdf',
__v: 0,
expiration: Sun Dec 11 2016 21:13:09 GMT+0000 (UTC),
token: 'SJTyv@zml' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment