Sha256: fc8b4b1c20f71b5703d75509f0c2a775c698ba59bec72b5e7eadd6fc3fbfb56f

Contents?: true

Size: 166 Bytes

Versions: 2

Compression:

Stored size: 166 Bytes

Contents

module OmniAuth
  module Strategies
    class Google < OmniAuth::Stratgies::OpenID
      def identifier; 'https://www.google.com/accounts/o8/id' end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
oa-openid-0.0.2 lib/omniauth/strategies/google.rb
oa-openid-0.0.1 lib/omniauth/strategies/google.rb