dwyl / auth

🚪 🔐 UX-focussed Turnkey Authentication Solution for Web Apps/APIs (Documented, Tested & Maintained)
https://authdemo.fly.dev
GNU General Public License v2.0
135 stars 9 forks source link

Simplify/Split auth_controller #168

Open nelsonic opened 2 years ago

nelsonic commented 2 years ago

As noted by @SimonLab in the PR https://github.com/dwyl/auth/pull/159 the auth_controller is way too big. The file is currently 507 lines. This is far too long.

https://github.com/dwyl/auth/blob/76c0161d038e3d8c3840097c37e03c1d967f6b67/lib/auth_web/controllers/auth_controller.ex#L497-L507

Todo

nelsonic commented 1 year ago

Gonna do this as part of #207 👌