Jetstream auth using external server via API call?
Jetstream uses its own database for user login data. As we need to use our in-house application for storing user login data, we would like Jetstream to make a few API calls to this in-house application, get JSON reply, and then authenticate the user.
I'm new to Laravel and Jetstream/Fortify, I'm not sure if this is the best approach. From what I have gathered so far, I believe I need to write CustomAuth logic in Jetstream to make this work.
Your video on Jetstream is a great starter! It takes effort to get the hang of all these Fortify, Jetstream, Alpinejs, and so on, but I'm sure it can be done, relatively easily and quickly once I get the hang of it.