All Questions
Tagged with elixir authentication
1 question
3
votes
1
answer
220
views
Elixir / Phoenix login controller, allowing multiple attempts
I have a login method in my controller. I would like to get rid of the imperative "thinking" and write something more functional.
...