Abe Voelker

Results 53 comments of Abe Voelker
trafficstars

Sure, if someone wanted to work on it. I think not everyone would want it though so the ergonomics would have to be opt-in / configurable

Thank you for offering to work on this and all the thought put into the design. Especially your consideration of the security implications with session fixation and the thought put...

Fair enough, I'll defer to your experience with ActionCable since I haven't really used it. For what it's worth I'd be okay with requiring a certain feature if it makes...

My fault for not being clearer. I didn't mean social login to external sites, I meant that your Rails app itself would be an OAuth2 provider, likely using a gem...

Sorry, which addition are you referring to being more secure?

Ah good catch, I should not be using `.find_by` there, I should be using OrmAdapter's `.find_first` [like the database_authenticatable strategy](https://github.com/heartcombo/devise/blob/c82e4cf47b02002b2fd7ca31d441cf1043fc634c/lib/devise/models/authenticatable.rb#L280). I currently am not testing Mongoid but I'd like to...

> Do you have a test suite? Not yet, pull requests welcome :smile:

Did you generate a fresh login link before testing? If you don’t have time to test it out don’t sweat it I’ll work on it later On Sat, May 15,...

All right cool, thanks for trying On Sat, May 15, 2021 at 5:33 PM Ricky Gu ***@***.***> wrote: > yeah i did generate one. I logged out. clicked on the...

Heyo, I've used and enjoyed passwordless before, but I too needed a Devise integration. I took it as an opportunity to try out some ideas, so I ended up making...