Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/banyan/omniauth-picplz
OmniAuth strategy for Picplz
https://github.com/banyan/omniauth-picplz
Last synced: 16 days ago
JSON representation
OmniAuth strategy for Picplz
- Host: GitHub
- URL: https://github.com/banyan/omniauth-picplz
- Owner: banyan
- Created: 2012-01-15T11:53:38.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-15T13:06:57.000Z (about 13 years ago)
- Last Synced: 2024-12-21T00:23:42.092Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Omniauth Picplz [![Build Status](https://secure.travis-ci.org/banyan/omniauth-picplz.png)](http://travis-ci.org/banyan/omniauth-picplz)
Strategy to auth with Picplz via OAuth2.0 in OmniAuth.
Get your API key at http://picplz.com/apps/
Be sure when you register callback url will be "http://sample.com/auth/picplz/callback"
## Basic Usage
use OmniAuth::Builder do
provider "picplz", ENV['PICPLZ_CLIENT_ID'], ENV['PICPLZ_CLIENT_SECRET']
end## Altenative Implement
There is another implement, [arunagw/omniauth-picplz] (https://github.com/arunagw/omniauth-picplz).
If you use mine, you need to add the strategy to your `Gemfile`:
gem 'omniauth-picplz', :git => 'https://github.com/banyan/omniauth-picplz.git'
## Ruby
Tested with the following Ruby versions:
- MRI 1.8.7
- MRI 1.9.2
- MRI 1.9.3## License
OmniAuth Picplz is released under the MIT license.