burnthebook / craft-oauth
Adds OAuth Functionality to Craft CMS
0.0.1
2025-04-01 10:36 UTC
Requires
- php: >=8.2
- craftcms/cms: ^5.6.0
- league/oauth2-client: ^2.8
- league/oauth2-facebook: ^2.2
- league/oauth2-github: ^3.1
- league/oauth2-google: ^4.0
- league/oauth2-instagram: ^3.1
- league/oauth2-linkedin: ^5.1
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
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