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

  • 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.2.0
    License
    MIT
    Stars
    34
    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

    • Live Preview Real-time preview of unsaved changes right in the Panel K5 K4
    • Table Field The table field makes possible to effortlessly create and manage tables within the panel. You can easily tailor tables to their specific nee… K5 K4
    • Responsive images Manage responsive image settings within the Kirby panel. K5 K4 K3

    More by Markus Denhoff

    More
    • Clear Cloudflare Cache Automatically purge Cloudflare cached URLs 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
    • Sentry Sentry real-time crash reporting for Kirby CMS sites K4 K3