LiveView Sign-in Phx-Gen-Auth

Is it possible to implement log_in with LiveView for the code generated with phx.gen.auth?
How should we approach this?

phx.gen.auth already works with LiveView, what issues are you facing with it?

I am looking at a way to move login route also to LiveView. Session is not accessible for LiveView. I am looking at workaround & best practice for implementing signin as a LiveRoute.

there is a recent discussion on the same topic:

1 Like

Thanks @derek-zhou - Missed that discussion.