Migrating from Pow to phx.gen.auth

I’ve been using Pow for authentication in my app since long ago, but now that phx.gen.auth is battle-tested I’m considering moving from Pow to phx.gen.auth to reduce dependencies and use the standard solution for Phoenix apps.

Has anyone already migrated an app between these two auth systems? In my case, it’s a basic email+password auth (that is, no OAuth, etc.) so it shouldn’t be too hard, but I’d like to hear about your experience if you’ve already done that.

2 Likes