omniauth-htc 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: bdb96468b019e3f5a94e88cd7c6b238ff1f50c8bee327d5e4969f06aee7d4a0b
4
+ data.tar.gz: ec395d9a488270361cebd486e4ae1801b4bbc245a5b957c46557ee42c3ad7dc6
5
+ SHA512:
6
+ metadata.gz: 495ff6f43b846c9b722c117430452f09193366f54012e9a99fd5628575de9c8f92f3e7badaf224802ef71d2bec38810beec39aab2fcb91c7ba74162297bd1bee
7
+ data.tar.gz: 3a767410bf33ccff62fa1833e3a4b32972bf9b5128d0ba0759ee338b224b51aabfb31e474948e96d547209d466c35c291958eced70b3828b3e2491ca793583c3
data/.gitignore ADDED
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+ /.ruby-version
10
+ /Gemfile.lock
11
+ /*.gem
data/.rspec ADDED
@@ -0,0 +1 @@
1
+ --require spec_helper
data/.rubocop.yml ADDED
@@ -0,0 +1,16 @@
1
+ AllCops:
2
+ TargetRubyVersion: 2.7
3
+
4
+ Style/StringLiterals:
5
+ Enabled: true
6
+ EnforcedStyle: double_quotes
7
+
8
+ Style/Documentation:
9
+ Enabled: false
10
+
11
+ Style/StringLiteralsInInterpolation:
12
+ Enabled: true
13
+ EnforcedStyle: double_quotes
14
+
15
+ Layout/LineLength:
16
+ Max: 120
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2021-05-11
4
+
5
+ - Initial release
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at james_yang@htc.com. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ # Specify your gem's dependencies in omniauth-htc.gemspec
6
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2021 James Yang
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,53 @@
1
+ # OmniAuth::Htc
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/omniauth/htc`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ config example as below:
6
+
7
+ ```ruby
8
+ Rails.application.config.middleware.use OmniAuth::Builder do
9
+ provider :htc,
10
+ client_id: "c45bf35b-3f83-4c20-827e-b4f7781077ab",
11
+ scopes: "email",
12
+ client_secret: "",
13
+ redirection_url: ""
14
+ end
15
+ ```
16
+
17
+ ## Installation
18
+
19
+ Add this line to your application's Gemfile:
20
+
21
+ ```ruby
22
+ gem 'omniauth-htc'
23
+ ```
24
+
25
+ And then execute:
26
+
27
+ $ bundle install
28
+
29
+ Or install it yourself as:
30
+
31
+ $ gem install omniauth-htc
32
+
33
+ ## Usage
34
+
35
+ TODO: Write usage instructions here
36
+
37
+ ## Development
38
+
39
+ After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
40
+
41
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
42
+
43
+ ## Contributing
44
+
45
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/omniauth-htc. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/omniauth-htc/blob/master/CODE_OF_CONDUCT.md).
46
+
47
+ ## License
48
+
49
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
50
+
51
+ ## Code of Conduct
52
+
53
+ Everyone interacting in the OmniAuth::Htc project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/omniauth-htc/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "rubocop/rake_task"
5
+
6
+ RuboCop::RakeTask.new
7
+
8
+ task default: :rubocop
data/bin/console ADDED
@@ -0,0 +1,15 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ require "bundler/setup"
5
+ require "omniauth/htc"
6
+
7
+ # You can add fixtures and/or initialization code here to make experimenting
8
+ # with your gem easier. You can also use a different console, if you like.
9
+
10
+ # (If you use this, don't forget to add pry to your Gemfile!)
11
+ # require "pry"
12
+ # Pry.start
13
+
14
+ require "irb"
15
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ module OmniAuth
4
+ module Htc
5
+ VERSION = "0.2.2"
6
+ end
7
+ end
@@ -0,0 +1,160 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "omniauth"
4
+ require "net/https"
5
+ require "cgi"
6
+
7
+ module OmniAuth
8
+ module Strategies
9
+ class Htc
10
+ include OmniAuth::Strategy
11
+
12
+ option :auth_host, "account.htcvive.com"
13
+ option :authorize_path, "/SS/api/oauth/v2/authorize"
14
+ option :token_path, "/SS/api/oauth/v2/token/authorization-code"
15
+ option :user_info_host, "account-profile.htcvive.com"
16
+ option :user_info_path, "/SS/Profiles/v3/Me"
17
+
18
+ option :client_id
19
+ option :scopes
20
+ option :client_secret
21
+ option :redirection_url
22
+
23
+ attr_accessor :access_token, :expires_in
24
+
25
+ credentials do
26
+ prune!(
27
+ "token" => access_token,
28
+ "expires_in" => expires_in
29
+ )
30
+ end
31
+
32
+ info do
33
+ prune!(
34
+ "uid" => uid,
35
+ "first_name" => raw_info["firstName"],
36
+ "last_name" => raw_info["lastName"]
37
+ )
38
+ end
39
+
40
+ uid { raw_info["id"] }
41
+
42
+ def request_phase
43
+ redirect sso_auth_uri.to_s
44
+ end
45
+
46
+ def callback_phase
47
+ fetch_access_token request.params["code"]
48
+ super
49
+ end
50
+
51
+ protected
52
+
53
+ def raw_info
54
+ @raw_info ||= fetch_user_info
55
+ end
56
+
57
+ def sso_auth_uri
58
+ query = sso_auth_params.map { |k,v| to_query k, v }.join("&")
59
+
60
+ @sso_auth_uri ||= URI::HTTPS.build(
61
+ host: options.auth_host,
62
+ path: options.authorize_path,
63
+ query: query
64
+ )
65
+ end
66
+
67
+ def fetch_access_token(code)
68
+ response = Net::HTTP.post_form(access_token_uri, access_token_params.merge(code: code))
69
+
70
+ if response.code_type == Net::HTTPOK
71
+ json = JSON.parse(response.body)
72
+ self.access_token = squish! json["access_token"]
73
+ self.expires_in = json["expires_in"]
74
+
75
+ return
76
+ end
77
+
78
+ raise OmniAuth::NoSessionError, <<~MSG
79
+ auth code for access token request failed -
80
+ code: #{response.code}
81
+ res: #{response.body}
82
+ MSG
83
+ end
84
+
85
+ def fetch_user_info
86
+ response = Net::HTTP.start(user_info_uri.host, user_info_uri.port, use_ssl: true) do |http|
87
+ req = Net::HTTP::Get.new user_info_uri
88
+ req["authkey"] = access_token
89
+
90
+ http.request req
91
+ end
92
+
93
+ return JSON.parse(response.body) if response.code_type == Net::HTTPOK
94
+
95
+ raise OmniAuth::NoSessionError, <<~MSG
96
+ access token get user info request failed -
97
+ token: #{access_token}
98
+ res: #{response.body}
99
+ MSG
100
+ end
101
+
102
+ def access_token_uri
103
+ @access_token_uri ||= URI::HTTPS.build(host: options.auth_host, path: options.token_path)
104
+ end
105
+
106
+ def user_info_uri
107
+ @user_info_uri ||= URI::HTTPS.build(
108
+ host: options.user_info_host,
109
+ path: options.user_info_path,
110
+ query: "fields=firstName,id,lastName"
111
+ )
112
+ end
113
+
114
+ def sso_auth_state_param
115
+ @sso_auth_state_param ||= {
116
+ clientId: options.client_id,
117
+ redirectionUrl: options.redirection_url,
118
+ scopes: options.scopes,
119
+ requireAuthCode: true,
120
+ authorities: "htc.com"
121
+ }.to_json
122
+ end
123
+
124
+ def sso_auth_params
125
+ @sso_auth_params ||= {
126
+ client_id: options.client_id,
127
+ redirection_url: options.redirection_url,
128
+ scopes: options.scopes,
129
+ response_type: "code",
130
+ state: sso_auth_state_param
131
+ }
132
+ end
133
+
134
+ def access_token_params
135
+ @access_token_params ||= {
136
+ client_id: options.client_id,
137
+ client_secret: options.client_secret,
138
+ grant_type: "authorization_code"
139
+ }
140
+ end
141
+
142
+ def to_query(k, v)
143
+ "#{CGI.escape(k.to_s)}=#{CGI.escape(v.to_s)}"
144
+ end
145
+
146
+ def prune!(hash)
147
+ hash.delete_if do |_, v|
148
+ prune!(v) if v.is_a?(Hash)
149
+ v.nil? || (v.respond_to?(:empty?) && v.empty?)
150
+ end
151
+ end
152
+
153
+ def squish!(str)
154
+ str.gsub!(/\A[[:space:]]+/, '')
155
+ str.gsub!(/[[:space:]]+\z/, '')
156
+ str.gsub!(/[[:space:]]+/, ' ')
157
+ end
158
+ end
159
+ end
160
+ end
@@ -0,0 +1,4 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "omniauth/htc/version"
4
+ require "omniauth/strategies/htc"
@@ -0,0 +1,38 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "lib/omniauth/htc/version"
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = "omniauth-htc"
7
+ spec.version = OmniAuth::Htc::VERSION
8
+ spec.authors = ["James Yang"]
9
+ spec.email = ["jamesyang124@gmail.com"]
10
+
11
+ spec.summary = "OmniAuth stratgey for single sign on with HTC"
12
+ spec.description = "OmniAuth stratgey for single sign on with HTC"
13
+ spec.homepage = "https://github.com/jamesyang124/omniauth-htc"
14
+ spec.license = "MIT"
15
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
16
+ spec.metadata["homepage_uri"] = spec.homepage
17
+ spec.metadata["source_code_uri"] = spec.homepage
18
+ spec.metadata["changelog_uri"] = "https://github.com/jamesyang124/omniauth-htc/blob/master/CHANGELOG.md"
19
+
20
+ # Specify which files should be added to the gem when it is released.
21
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
22
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
23
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
24
+ end
25
+ spec.bindir = "exe"
26
+ spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
27
+ spec.require_paths = ["lib"]
28
+
29
+ # Uncomment to register a new dependency of your gem
30
+ spec.add_dependency "omniauth", "~> 1.0"
31
+
32
+ spec.add_development_dependency "bundler", "~> 2.0"
33
+ spec.add_development_dependency "rake", "~> 13.0"
34
+ spec.add_development_dependency "rspec", "~> 3.10"
35
+ spec.add_development_dependency "rubocop", "~> 1.7"
36
+ spec.add_development_dependency "faker", "~> 2.0"
37
+ spec.add_development_dependency "webmock", "~> 3.0"
38
+ end
metadata ADDED
@@ -0,0 +1,159 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: omniauth-htc
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.2
5
+ platform: ruby
6
+ authors:
7
+ - James Yang
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2021-05-19 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: omniauth
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '2.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '2.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '13.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '13.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rspec
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '3.10'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '3.10'
69
+ - !ruby/object:Gem::Dependency
70
+ name: rubocop
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '1.7'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '1.7'
83
+ - !ruby/object:Gem::Dependency
84
+ name: faker
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '2.0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '2.0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: webmock
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '3.0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '3.0'
111
+ description: OmniAuth stratgey for single sign on with HTC
112
+ email:
113
+ - jamesyang124@gmail.com
114
+ executables: []
115
+ extensions: []
116
+ extra_rdoc_files: []
117
+ files:
118
+ - ".gitignore"
119
+ - ".rspec"
120
+ - ".rubocop.yml"
121
+ - CHANGELOG.md
122
+ - CODE_OF_CONDUCT.md
123
+ - Gemfile
124
+ - LICENSE.txt
125
+ - README.md
126
+ - Rakefile
127
+ - bin/console
128
+ - bin/setup
129
+ - lib/omniauth/htc/version.rb
130
+ - lib/omniauth/strategies/htc.rb
131
+ - lib/omniauth_htc.rb
132
+ - omniauth-htc.gemspec
133
+ homepage: https://github.com/jamesyang124/omniauth-htc
134
+ licenses:
135
+ - MIT
136
+ metadata:
137
+ homepage_uri: https://github.com/jamesyang124/omniauth-htc
138
+ source_code_uri: https://github.com/jamesyang124/omniauth-htc
139
+ changelog_uri: https://github.com/jamesyang124/omniauth-htc/blob/master/CHANGELOG.md
140
+ post_install_message:
141
+ rdoc_options: []
142
+ require_paths:
143
+ - lib
144
+ required_ruby_version: !ruby/object:Gem::Requirement
145
+ requirements:
146
+ - - ">="
147
+ - !ruby/object:Gem::Version
148
+ version: 2.7.0
149
+ required_rubygems_version: !ruby/object:Gem::Requirement
150
+ requirements:
151
+ - - ">="
152
+ - !ruby/object:Gem::Version
153
+ version: '0'
154
+ requirements: []
155
+ rubygems_version: 3.1.6
156
+ signing_key:
157
+ specification_version: 4
158
+ summary: OmniAuth stratgey for single sign on with HTC
159
+ test_files: []