Aaron Larner
Aaron Larner
I love this idea. I have almost no experience with Docker, but I'm all for it. It would also be great to put together a guide on how to get...
Hey @josecanhelp, that's awesome! I'd love to add a new guide as an alternative to [Getting started with Perk on OS X](http://perkframework.com/v1/guides/getting-started-os-x.html) You can either put together some instructions for...
Hey @justinkong94 that's awesome! We'd love your help. The first step will be to fork and clone (the forked copy) of the perk repository. Perk uses mocha, chai and sinon...
Schema might look something like this: ``` CREATE TABLE IF NOT EXISTS `user_auth_attempts` ( `user_auth_attempt_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, `auth_type` TINYINT(4) UNSIGNED NOT NULL, `auth_identifier` VARCHAR(255) NOT NULL, `auth_error`...
Here's the file where we need to hook in the logging of attempts: https://github.com/alarner/perk/blob/master/routes/auth.js#L129
That would be awesome @FleetAdmiral. I've written up [some details](https://github.com/alarner/perk/issues/12#issuecomment-253103568) on what's involved to do this for Dropbox. It should be very similar for twitter.
Hey @addykim I'm glad you're interested in tackling this issue! Here's a little bit more info on what's needed: Perk's user authentication system is built on top of Passport, which...
@addykim are you still working on this? If not do you mind if @iifeoluwa takes it over?
Awesome! Can't wait to see it
@FleetAdmiral it would be great if it followed the same style and color scheme of http://perkframework.com/ and keep the same general information on there. Other than that, simplicity is golden....