laravel / fortify

Backend controllers and scaffolding for Laravel authentication.
https://laravel.com/docs/fortify
MIT License
1.62k stars 294 forks source link

Documentation #19

Closed buismaarten closed 4 years ago

buismaarten commented 4 years ago

Will Laravel Fortify gets a documentation website in the near future?

This will be very convenient to write our own implementations of an authentication system.

driesvints commented 4 years ago

Probably not as we mainly intent fortify to be used with Jetstream. Those docs can be found here: https://jetstream.laravel.com/1.x/introduction.html

ConsoleTVs commented 4 years ago

@driesvints I am curious for a couple of things:

For example, my intention is normally to use laravel as an API service. I normally don't work with any front-end stuff. That said, I am currently using sanctrum for SPA authentication for a next.js app. Is there a way to use Fortify / Jetstream with 0 front-end on the laravel side? The old "delete the files you don't use" is not my cup of tea for a back-end framework. What if people don't want front-end stuff to be placed in the first place? Is this something possible?