Filament has a critical problem. Can't integrate external api in Login and other pages. #15104
awesome1128
started this conversation in
General
Replies: 1 comment 3 replies
-
This isn't an issue with Filament itself, as Filament is built on the TALL stack. To customize the login/auth process, you'll need to implement the changes using Livewire. I recommend reviewing the Livewire and Laravel documentation to better understand how they work. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am at first use with filament, but I found the critical problem.
I have all my data on baserow.io, so I want to use it as my database, not laravel database such as mysql etc.
First of all, I tried to build Login page, but there is no solution to integrate baserow api with Login page.
So, I think, this is super critical problem that filament has.
Please let me know if someone know something about this.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions