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.
- Host: GitHub
- URL: https://github.com/dukt/oauth
- Owner: dukt
- License: mit
- Created: 2013-06-21T13:38:15.000Z (almost 13 years ago)
- Default Branch: v2
- Last Pushed: 2019-03-03T15:47:41.000Z (over 7 years ago)
- Last Synced: 2025-05-02T09:13:40.499Z (about 1 year ago)
- Topics: craft-plugin, craft2, craftcms, oauth
- Language: PHP
- Homepage:
- Size: 2.22 MB
- Stars: 34
- Watchers: 10
- Forks: 5
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)