How to login using Another API in filament panel
I want to use filament as Admin panel and all the process like authentication and CRUD will be done using the API's from other application.
Is there any way to achive this ?
Is there any way to achive this ?
Solution
@Dennis Koch I have got the solution
Created a new login file and added the API Call and after the successful authentication I have used the below code for login.
Filament::auth()->login( $user);
Created a new login file and added the API Call and after the successful authentication I have used the below code for login.
Filament::auth()->login( $user);