Jon Buckley

Results 13 comments of Jon Buckley

Oh yeah, that'd be a good change to add. Looking forward to it!

Persona will try to perform an automatic login if you hit the "Remember me for one month" option, which is set on a per-browser basis with some localStorage value stored...

In terms of good practice, it's a good idea to have a checkbox allowing people to have their sessions remembered or not, then determining how long that session duration should...

I think it'll depend on which IdP is setting up credentials. You'll probably get a pretty good behaviour set if you test with a personal, a gmail.com, and a yahoo.com...

That seems kinda complicated. Could we simplify it by just setting it to x requests over a 60 minute period for all of them?

@ashleygwilliams sounds good to me!

@matthewsot Awesome! Could you submit that as a PR so we can review it?

Yeah, that looks better than the pile of node modules I concocted writing a PR for webmaker app. But if they're a helpful reference at all: https://github.com/jbuck/s3-post-policy

@ashleygwilliams We should also look at the read/write ratio of android app after doing this. We could do some log spelunking in the Heroku http logs or use Chris' loadimpact...