Welcome!
So the authentication itself should work the same regardless of the client – it’s more about extending the existing auth related LiveViews e.g. LoginLive, RegistrationLive added by mix phx.gen.auth to support rendering for native app clients via render/2 in addition to browser clients via render/1.
You’ll want to read up on how Forms work in LiveView Native and here’s a good place to start:






















