Josh Чернов

Results 24 comments of Josh Чернов

What are your thoughts about padding the password to its max length to attempt to address the TLS Bicycle Attack? https://en.wikipedia.org/wiki/Bicycle_attack I realize most brute force attacks could be mitigated...

Since I've seen you added some logic for LiveView I hope its appropriate to ask this question here. I'm working on a simple Blog using Elixir / Phoenix. I'm in...

I just wanted to say that, the amount of effort going into guides on this project is really great thank you! As to the comment around if its worth it....

For me ideally, the concerns are as followed. Given I'm able to configure this workflow that state I want to delegate the following to bamboo from pow: Pow: 1: creates...

Thoughts about the `send_confirmation_email/2` in the controller callbacks example. Is the idea to possibly delegate the email and deliver calls to an intermediate module that would know based on config...

Have you looked at protocols yet? https://elixir-lang.org/getting-started/protocols.html I'm thinking this could be a way to abstract away the implementation of each kind of email ("mail") into their own respective extension.

Sorry for being vague, the general idea I was kicking around in my head was. First: I think it would be best to try and remove the construct of an...

Awesome, I like where this is going. Thank you for entertaining my ideas. 🙏Aswell great work on this lib. I'm really enjoying it.

No worries, I was just enjoying your dailydrip. That lead me to see how you deal with uberauth