Hi,
for my application, I just need to let users login with GitLab oauth2 only. I've already a very simple login page with just one button.
So it's unnecessary for me to use another filament package that provides multiple ways, and Laravel Socialite works fine for me already.
My question:
What would be the best approach to make this work with the filament admin panel? Can I disable or override the login page with my own auth view?
And is there anything to consider when using a "custom" auth approach?
Thank you!