Roll your own auth (split thread)

Phoenix/Rails/Django itself is a 3rd-party library.

That said I think authentication is such a crucial part of your app and I will never offload it to code that I (or my team) did not create or at least reviewed completely. My advise it to just invest some time in building your own authentication implementation, you will learn a lot from it and you will more confident in your app.

4 Likes