Oauth for panel authentication

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?

1 Like

A feature request to be able to override panel views exists at https://github.com/getkirby/ideas/issues/158, please upvote if that’s something you’d need too.