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
  • Blocks
  • Blueprints
  • Cache drivers
  • CLI commands
  • Collection methods
  • Controllers
  • Core Components
  • CSSs
  • Field methods
  • File methods
  • Helpers
  • Hooks
  • Kirbytags
  • Page methods
  • Page models
  • Pages methods
  • Panel areas
  • Panel components
  • Panel dialogs
  • Panel dropdowns
  • Panel fields
  • Panel Field Previews
  • Panel sections
  • Panel views
  • Panel view buttons
  • Plugin extensions
  • Routes
  • Site methods
  • Snippets
  • Templates
  • Template engines
  • Textarea buttons
  • Thumb drivers
  • User methods
  • Users methods
  • View buttons
  • Core Components

    • 'nerdcel.kirby-oauth2-email' => [
          'callback-path' => 'callback-path',
          'enabled' => true,
          'email' => 'example@your-provider.tdl',
          'service' => 'azure',
          'client-id' => 'your-client-id',
          'client-secret' => 'your-client-secret',
          'refresh-token' => 'your-refresh-token',
      ];
      OAuth2 Email This plugin allows you to authenticate users via OAuth2 and their email address. K5 K4
    • Cloudinary sync Automatically push your media assets to Cloudinary when you upload them in Kirby. Instead of serving the assets from your Kirby server, they… K4