https://github.com/omniauth/omniauth-contrib
Strategies for OmniAuth that have not made their way to an independent home yet.
https://github.com/omniauth/omniauth-contrib
Last synced: about 1 year ago
JSON representation
Strategies for OmniAuth that have not made their way to an independent home yet.
- Host: GitHub
- URL: https://github.com/omniauth/omniauth-contrib
- Owner: omniauth
- Created: 2011-09-27T18:24:34.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-05T21:35:52.000Z (over 14 years ago)
- Last Synced: 2025-04-06T13:43:34.192Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 110 KB
- Stars: 12
- Watchers: 5
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OmniAuth Contrib
Welcome to the **temporary** holding zone for OmniAuth strategies that
have been converted to OmniAuth 1.0 but haven't yet had an adoptive open
source parent convert them into a real boy (er, gem).
## Strategies Available
* VKontakte (by @ivanovv)
## Interested in Adopting a Strategy?
Are you pretty familiar with one of the strategies listed on this site?
Would you like to be the official maintainer of a gem for that strategy
and support its future updates? Please file an issue on this repository
saying you'd like to adopt the strategy and we can discuss how to spin
it out.
Adopting a strategy also means that you should be willing to write some
tests to make sure everything's working, and that hundreds or thousands
of people may end up using it on a daily basis. It's a big
responsibility but also very rewarding!
## License
Copyright (C) 2011 by Michael Bleigh and Intridea, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.