0
votes

I found myself implementing a cookie based authentication with Phoenix. As much as I enjoyed toying with the concept, I think a library should do this job.

What are my options in Elixir/Phoenix?

2
Lots of options there. Really broad question. Vote to close.Onorio Catenacci
@OnorioCatenacci Lots of options is also a bad situations when trying to build your stack. I'll refrase the question.Cristian Garcia

2 Answers

0
votes

As I mentioned in one of the previous questions on the sbuject, I think it's more reliable to write one yourself at this point. It's rather trivial because Phoenix and Elixir give you everything you may need. And as a bonus, you will learn how some things are done under the hood, if you don't know yet.