An open API service indexing awesome lists of open source software.

https://github.com/dukt/oauth

(Deprecated) Helps developers consume OAuth-based web services in Craft plugins.
https://github.com/dukt/oauth

craft-plugin craft2 craftcms oauth

Last synced: 5 months ago
JSON representation

(Deprecated) Helps developers consume OAuth-based web services in Craft plugins.

Awesome Lists containing this project

README

          

# OAuth for Craft CMS

Helps Craft developers get their plugin connected to OAuth-enabled web services.

-------------------------------------------

## Deprecated

This plugin has been deprecated. To implement OAuth in their plugins, plugin developers are encouraged to implement a library like https://github.com/thephpleague/oauth2-client.

-------------------------------------------

## Requirements

- [Craft 2.5+](http://craftcms.com/)
- **PHP 5.6+**

## Installation

1. Download the latest release of the plugin
2. Drop the `oauth` plugin folder to `craft/plugins`
3. Install OAuth plugin from the control panel in `Settings > Plugins`

## Links

- [OAuth Plugin Overview](https://dukt.net/craft/oauth/)
- [OAuth Documentation](https://dukt.net/craft/oauth/docs)