pow-auth / pow

Robust, modular, and extendable user authentication system
https://powauth.com
MIT License
1.58k stars 152 forks source link

Remove Phoenix.View requirement #691

Closed danschultzer closed 1 year ago

danschultzer commented 1 year ago

This PR removes the requirement for Phoenix.View. There's a large revamp of the mailer to make it all contained within Pow rather than depend on Phoenix to render. This also updates everything to conform to the Phoenix 1.7 component templating. Last thing to do is to update templates to tailwind and figure out CoreComponents integration (likely requires a fallback in Pow).