hub icon indicating copy to clipboard operation
hub copied to clipboard

Single Page App setup using industry's best practices and modules. Node.js, Express, Mongoose, passport.js, component.io, Jade, Stylus and Bootstrap.

Results 6 hub issues
Sort by recently updated
recently updated
newest added

Should we stick to client side cookies mechanism we have right now? JWT is not being used properly...

question

Closes #72 and #106.

- [x] When the user validates a token (GET `/signup/validate/:token`) - [x] When the user resets her password (GET `/forgot/reset/:token`)

Currently we're showing this: ![screen shot 2015-03-19 at 6 07 32 pm](https://cloud.githubusercontent.com/assets/2538465/6744176/df3cf93c-ce62-11e4-8a94-bf42b526ac8f.png) Also, the cluster accepts non-HTTPS requests on the invalid path, which makes the cluster a bit unsafe.

enhancement
meta

this https://github.com/DemocracyOS/hub/commit/020ee05c205acc668b7c26c0aa9bb462a633f258 and this https://github.com/DemocracyOS/hub/commit/c9c89200c31b04566c3c3c07cad2f44fe3b7e569

enhancement