ollieread / multiauth

Laravel multi auth
441 stars 109 forks source link

[4.0] Improve Auth routes #124

Closed ollieread closed 5 years ago

ollieread commented 5 years ago

The current auth routes are hidden behind abstraction and those wonderful, wonderful pieces of functionality that are facades.

Simplify this by having the make command insert the actual routes, to give full control over the implementation.