Joe Marty

Results 86 comments of Joe Marty

I'm not sure I understand what you're trying to do, but... OmniAuth isn't really designed for client-side apps. What you would have to do is redirect the user to the...

Very excited about this update! We just may start unit testing the javascript in our Rails app! ;) Is this now in the current release, or how soon will this...

I would say we might want to focus the element even if you don't click the handle, no? Like just stick that `this.$element.focus();` at the top of the `handleDown` function?...

Sure, no problem with linking to the driver pages, other than someone would have to maintain those links, but I still think it should list the driver name here rather...

The password flow can be implemented fairly easily as another strategy that inherits from this strategy by just [overriding the request_phase method to display a form that gathers the username...

I'm working on migrating an app from this gem to enumerize (which seems to be the most widely used and supported enum library that supports MongoID), and the transition is...

This would be super useful. I thought about trying to set this up with a `local_exec` provisioner, but ... it seemed pretty messy to get it setup and torn down...

Ooh I see, you're referring to the way it implements handling of the custom CAs and authentication scheme for you within Go rather than running a separate proxy process (to...

Another potential option... which may or may not be practical/feasible: The provider could (when `superuser = false`) actually try logging in as each specified user to ensure the password hasn't...

I've noticed this as well. You can, of course, work around this by specifying all specific privileges you want to grant (INSERT, SELECT, UPDATE, DELETE, ...?) for now. But I...