Markus Denhoff OAuth 2.0 Interface to use OAuth 2.0 providers for user authentication Docs Source Install Manual Download and extract the folder to site/plugins/oauth Composer Copy Git Submodule Copy Version 3.2.0 License MIT Stars 35 Supports K4 K3 Created 13 May 2019 Updated 30 Jan 2025 Info Topics Authentication Panel Security Integrations Implements Panel component(s) Support Docs Issues Email Latest releases 3.2.0 3.1.0 3.0.0 2.0.2 2.0.1 Similar plugins Algolia DocSearch Index and search your Kirby site with Algolia DocSearch K5 K4 K3 Janitor Run command – like cleaning the cache – from within the Panel via a customizable button, directly in PHP code or with a cronjob K5 K4 K3 Headless Kirby, but headless only – KQL with bearer token, Express-esque middlewares & more K5 K4 K3 More by Markus Denhoff More Sentry Sentry real-time crash reporting for Kirby CMS sites K4 K3 Git Content Automatic commit and push of content changes made via the Panel to a git repository K4 K3 class MigrationTest extends Migration { public function up() { $result = Db::query( 'ALTER TABLE `my_table` ADD COLUMN `test` INT DEFAULT NULL; '); if (!$result) throw Db::lastError(); } } Migrations Migrations management (eg. for Databases) K3