© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
6 replies
jha_abhishek

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 ?
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);
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Filament login using API
FilamentFFilament / ❓┊help
3y ago
Admin panel login using API
FilamentFFilament / ❓┊help
3y ago
How to create another panel?!
FilamentFFilament / ❓┊help
3y ago
filament v4 $panel->login(Login::class) not working
FilamentFFilament / ❓┊help
6mo ago