Josh Buker
Josh Buker
Good question, I'll have to look into it further. As it is, the probability of collisions is rather low, and you can always modify the migration to make those fields...
I'll look into this further for v1, and make the tokens unique assuming I don't run into whatever reason they were left as-is in v0. Considering we use it for...
Ah, so this allows users to set secure cookies to true without needing `force_ssl = true`. Just to sanity check, @paderinandrey does your use-case prevent you from using `force_ssl` (which...
> It looks like none of this code was really tested in the first place, unless I just totally missed it, and looks like the code hadn't been touched too...
It's still going to be a bit before I'm to the generators unfortunately. I recently finished the Rails bootstrapping part (god that was a hurdle), but there's still the config...
@Inkybro Something that would be helpful is consolidating all the open issues and PRs, along with the old stuff from #32 into essentially one big wishlist of changes. It may...
Sounds good, thanks @Inkybro! Hope you have a relaxing afternoon. :+1:
I'm going to have to do some heavy lifting generator-wise for v1 regardless, so I'll just focus on adding generator tests and getting it all fixed up in v1 instead...
This will be implemented via Omniauth strategies in v1.
I'm also a little confused on the reasoning behind locking the emails behind protected/private. It's always been a weird inconvenience having to abstract the call. I'll look into this for...