In Kirby 2, I was able to hack the panel login page and display my own which had a Google Auth button that would then do the login and redirect back to the panel.
I’m now looking into replicating this in Kirby 3. I didn’t found any plugins nor cookbook to achieve something similar. The source code of the panel doesn’t seems to allow custom “outside” or “anonymous” routes nor a way to override a default view.
Any suggestion on what would be the best way to achieve this?