Hacker News new | ask | show | jobs
by conradfr 735 days ago
I recently started a project and could have pushed for LiveView but knowing I would need very detailed and complex auth/auth which SUCK in Phoenix I went back to Symfony + VueJS&TS for some parts and I'm amazed how fast and productive I am.

Sure when I need to write a REST route + its consumer in the client I die a little because I know that's the part I could have avoided...

1 comments

Haven't had any issues with authn/authx in phx land. What are you trying to do?