burnthebook/craft-oauth

Adds OAuth Functionality to Craft CMS

0.0.1 2025-04-01 10:36 UTC

This package is auto-updated.

Last update: 2025-04-01 10:47:44 UTC


README

Adds OAuth Functionality to Craft CMS

Requirements

This plugin requires Craft CMS 5.6.0 or later, and PHP 8.2 or later.

Installation

You can install this plugin from the Plugin Store or with Composer.

From the Plugin Store

Go to the Plugin Store in your project’s Control Panel and search for “OAuth for Craft CMS”. Then press “Install”.

With Composer

Open your terminal and run the following commands:

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require burnthebook/craft-oauth

# tell Craft to install the plugin
./craft plugin/install craft-oauth