Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 5
  • Kirby 4

  • Submit a plugin
  • getkirby.com
  • Markus Denhoff Markus Denhoff

    OAuth 2.0

    Interface to use OAuth 2.0 providers for user authentication

    Docs Source

    Manual

    Download

    … and extract the folder to site/plugins/oauth

    Composer

    Git Submodule

    Version
    3.5.0
    License
    MIT
    Stars
    39
    Supports
    K5 K4
    Created
    13 May 2019
    Updated
    12 May 2026

    Info

    Topics
    • Authentication
    • Panel
    • Security
    • Integrations
    Implements
    • Panel component(s)
    Support
    • Docs
    • Issues
    • Email
    Latest releases
    • 3.5.0
    • 3.4.0
    • 3.3.2
    • 3.3.1
    • 3.3.0

    Similar plugins

    • Kart Streamlined E-Commerce Shopping Cart Solution K5
    • 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
    • Hidden Characters Visually show hidden characters in writer fields, textareas, text fields and field previews K5 K4

    More by Markus Denhoff

    More
    • 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) K5 K4
    • Sentry Sentry real-time crash reporting for Kirby CMS sites K5 K4
    • Git Content Automatic commit and push of content changes made via the Panel to a git repository K5 K4