laravel / ideas

Issues board used for Laravel internals discussions.
939 stars 28 forks source link

Add a features table for all the different authentication packages #2491

Open SuperDJ opened 3 years ago

SuperDJ commented 3 years ago

To help users make a decision on which authentication package to choose it would help to have a features table in the docs. Since there are so many authentication packages available now it would ease the decision making.

Example:

Feature UI Breeze Passport Fortify Jetstream
API support - - - x x
Password reset x - - - -

etc.

https://github.com/laravel/framework/discussions/36153

rvanbaalen commented 3 years ago

Yes, please. It's very confusing to compare one with the others and to actually pick a package.

SuperDJ commented 3 years ago

@rvanbaalen from what I understand

These aren't all features of the packages but I hope I have made the differences a bit clearer.