FFilament•Created by jha_abhishek on 1/31/2024 in #❓┊help How to login using Another API in filament panel
@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);