Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Omniauth Google Oauth2 | 1,376 | 9,352 | 41 | 15 days ago | 55 | March 15, 2021 | 8 | Ruby | ||
Oauth2 strategy for Google | ||||||||||
Enki | 823 | 10 months ago | 7 | other | Ruby | |||||
A Ruby on Rails blogging app for the fashionable developer. It's better than Mephisto or SimpleLog | ||||||||||
Hr Til | 339 | 5 years ago | Ruby | |||||||
Today I Learned in Ruby | ||||||||||
Redmine_omniauth_google | 81 | 4 years ago | 37 | Ruby | ||||||
This plugin is used to authenticate in redmine through Google. | ||||||||||
Omniauth Gplus | 45 | 93 | 1 | 5 years ago | 8 | May 12, 2014 | 7 | mit | Ruby | |
A Google+ strategy for OmniAuth | ||||||||||
Omniauth Google Apps | 44 | 147 | 9 | 8 years ago | 3 | September 27, 2013 | 7 | Ruby | ||
OmniAuth strategy for Google Apps. | ||||||||||
Omniauth Youtube | 19 | 9 years ago | 1 | Ruby | ||||||
OmniAuth 1.0 strategy for connecting to YouTube | ||||||||||
Genkan | 13 | 1 | 6 years ago | 5 | July 25, 2017 | 1 | mit | Ruby | ||
:door::running:Genkan is authentication engine for Rails | ||||||||||
Sofreakingboring | 13 | 4 years ago | 17 | mit | Ruby | |||||
simple project management and time tracking application written with Ruby on Rails | ||||||||||
Lotr | 11 | 11 years ago | 1 | Ruby | ||||||
Gollum + Google Apps via Omniauth |
⚠️ Google has dropped OpenID2 support since April 20th, 2015. Therefore this gem is DEPRECATED and no longer being maintained. Please use omniauth-google-oauth2 instead. ⚠️
This is the OmniAuth strategy for authenticating to Google Apps.
use OmniAuth::Builder do
# domain is optional attribute
provider :google_apps #, domain: 'intridea.com'
end
Copyright (c) 2011 Dingding Ye.
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.